Skip to content

Commit e7784c9

Browse files
committed
fix: adjust code for installation
1 parent 3707272 commit e7784c9

File tree

2 files changed

+1259
-2
lines changed

2 files changed

+1259
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ Follow instructions for your given `development OS` and `target OS`.
3939
To create a new project using the boilerplate simply run :
4040

4141
```
42-
npx react-native init MyApp --template @handidev/react-native-boilerplate
42+
npx react-native init MyAppName --template @handidev/react-native-typescript-boilerplate
4343
```
4444

45-
note: replace `MyApp` with your desired App name.
45+
note: replace `MyAppName` with your desired App name.
4646

4747
Assuming you have all the requirements installed, you can run the project by running:
4848

0 commit comments

Comments
 (0)