Skip to content

Commit

Permalink
docs: @latest for init command
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyhw committed Jun 18, 2023
1 parent 39c7192 commit a38f3e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ npx react-native init MyApp --template react-native-template-storybook
Run init to setup your project with all the dependencies and configuration files:

```sh
npx sb init --type react_native
npx sb@latest init --type react_native
```

The only thing left to do is return Storybook's UI in your app entry point (such as `App.js`) like this:
Expand Down

0 comments on commit a38f3e5

Please sign in to comment.