Skip to content

Commit f20abc9

Browse files
authored
Fix command typo in 0.75 release blog post (facebook#4185)
1 parent e795e70 commit f20abc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/blog/2024-08-12-release-0.75.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ Please use the [React Native Upgrade Helper](https://react-native-community.gith
480480
To create a new project:
481481

482482
```bash
483-
npx @react-native-community/cli@latest init MyProject -version latest
483+
npx @react-native-community/cli@latest init MyProject --version latest
484484
```
485485

486486
If you use Expo, React Native 0.75 will be supported in Expo SDK 51 (instructions on how to updated React Native inside your Expo project to 0.75.0 are available [in this dedicated post](https://expo.dev/changelog/2024/08-14-react-native-0.75)).

0 commit comments

Comments
 (0)