From fd0c8cab8f1fd88e4d7f47d717081fb52da28a08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kacper=20Ro=C5=BCniata?= <56474758+krozniata@users.noreply.github.com> Date: Mon, 29 Jan 2024 10:15:07 +0100 Subject: [PATCH] fix: update README.md with corrected capitalization (#84) --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cd80cec0d3fe9a..a0e9a433dfaf57 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@

- React Native Vision OS + React Native visionOS

@@ -9,7 +9,7 @@ Build spatial apps with React.

-React Native Vision OS allows you to write visionOS with full support for platform SDK. This is a full fork of the main repository with changes needed to support visionOS. +React Native visionOS allows you to write visionOS with full support for platform SDK. This is a full fork of the main repository with changes needed to support visionOS. > [!CAUTION] > This project is still at an early stage of development and is not ready for production use. @@ -45,9 +45,9 @@ It's important not to cover the translucent background with a solid color, as it ## API Reference ### App entry point -React native visionOS uses SwiftUI lifecycle. The app entry point is now `App.swift` file (by default it is `main.m`). This change allows us to use full capabilities of the visionOS SDK. +React Native visionOS uses SwiftUI lifecycle. The app entry point is now `App.swift` file (by default it is `main.m`). This change allows us to use full capabilities of the visionOS SDK. -Here is a example from the template: +Here is an example from the template: ```swift // App.swift @main