Skip to content

Commit

Permalink
docs(guides): missing app name in command example
Browse files Browse the repository at this point in the history
  • Loading branch information
kandros authored and artyorsh committed Sep 14, 2019
1 parent e7abe28 commit 4de7c9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/articles/guides/install-new.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ react-native init AwesomeApp --template ui-kitten

Or, if you want to init with TypeScript:
```bash
react-native init --template ui-kitten-typescript
react-native init AwesomeApp --template ui-kitten-typescript
```

That's it. UI Kitten is ready now. For the next steps, simply follow command line instructions.

0 comments on commit 4de7c9f

Please sign in to comment.