Skip to content

Commit c6cbf56

Browse files
authored
Revert "Fix Usage on README (#89)" (#90)
This reverts commit 97560ed.
1 parent 97560ed commit c6cbf56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@
2828
> `[email protected]` or higher
2929
3030
```sh
31-
npx react-native init MyApp --template typescript
31+
npx react-native init MyApp --template react-native-template-typescript
3232
```
3333

3434
3535
3636
```sh
37-
npx react-native init MyApp --template [email protected]
37+
npx react-native init MyApp --template react-native-template-[email protected]
3838
```
3939

4040
### Note on the legacy CLI

0 commit comments

Comments
 (0)