Skip to content

Commit dc848fd

Browse files
Adds @ to the docs (#2724)
1 parent 7485d5e commit dc848fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ React Native CLI comes with following commands:
2626
Usage (with `npx`):
2727

2828
```sh
29-
npx react-native-community/cli@latest init <projectName> [options]
29+
npx @react-native-community/cli@latest init <projectName> [options]
3030
```
3131

3232
Initialize a new React Native project named <projectName> in a directory of the same name. You can find out more use cases in [init docs](./init.md).

0 commit comments

Comments
 (0)