Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
docs: Change story book command to sb init
  • Loading branch information
andys8 authored Nov 12, 2018
commit d57b4f08f868fa16fa640b7abf657332be672cf1
2 changes: 1 addition & 1 deletion docusaurus/docs/developing-components-in-isolation.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ npm install -g @storybook/cli
Then, run the following command inside your app’s directory:

```sh
getstorybook
sb init
```

After that, follow the instructions on the screen.
Expand Down