Skip to content

Commit 800538b

Browse files
krozniataokwasniewski
authored andcommitted
fix: update README.md with corrected capitalization (#84)
1 parent f9d6010 commit 800538b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<h1 align="center">
22
<a href="https://reactnative.dev/">
3-
React Native Vision OS
3+
React Native visionOS
44
</a>
55
</h1>
66

@@ -9,7 +9,7 @@
99
Build spatial apps with React.
1010
</p>
1111

12-
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.
12+
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.
1313

1414
> [!CAUTION]
1515
> 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
4545
## API Reference
4646

4747
### App entry point
48-
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.
48+
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.
4949

50-
Here is a example from the template:
50+
Here is an example from the template:
5151
```swift
5252
// App.swift
5353
@main

0 commit comments

Comments
 (0)