Skip to content

Commit c41728a

Browse files
committed
fix docs
1 parent 240c7e7 commit c41728a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ A simple React Native Template based on Obytes Mobile tribe best practices.
2626
## ▶️ Usage
2727

2828
```
29-
npx react-native init MyApp --template react-native-template-obytes
29+
npx react-native init MyApp --template https://github.com/obytes/react-native-template-obytes
3030
```
3131

3232
## ⚙️ Enable husky Git pre-hooks
@@ -35,7 +35,6 @@ Add the following script to your `packages.json` and reinstall dependencies to e
3535

3636
```json
3737
"scripts": {
38-
//...
3938
"postinstall": "husky install",
4039
},
4140

0 commit comments

Comments
 (0)