Skip to content

Commit 4394545

Browse files
authored
Update install.md
Add missing name of project to `npx` command
1 parent 88d3a84 commit 4394545

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ When you have correctly
3333
installed, you can run the following command:
3434

3535
```console
36-
npx @react-native-community/cli init --template @reason-react-native/template
36+
npx @react-native-community/cli init --template @reason-react-native/template MyApp
3737
cd MyApp
3838
```
3939

0 commit comments

Comments
 (0)