Skip to content

Commit

Permalink
doc: update yarn syntax in readme
Browse files Browse the repository at this point in the history
Replaced 'yarn install' with 'yarn add'
  • Loading branch information
elderfo authored Jul 30, 2017
2 parents aa33113 + 7a0eb5d commit c48e867
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 @@ -39,7 +39,7 @@ getstorybook
Install react-native-storybook-loader

```bash
yarn install react-native-storybook-loader -D
yarn add react-native-storybook-loader -D
```

Update `index.js` file in the `./storybook` directory to point to `storyLoader.js` (this file will be generated before launching Storybook).
Expand Down

0 comments on commit c48e867

Please sign in to comment.