Skip to content

Commit

Permalink
Merge pull request #6046 from thekogmo/patch-3
Browse files Browse the repository at this point in the history
Update index.md
  • Loading branch information
shilman committed Mar 15, 2019
1 parent 58d90e6 commit 76f769f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/guides/quick-start-guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ npx -p @storybook/cli sb init --type html

It's also useful if our automatic detection fails.

By default npx will use the latest version, if you want to try out an next version, you can use the following:
By default npx will use the latest version, if you want to try out the next version (or any specific version), you can use the following:

```sh
npx -p @storybook/[email protected] sb init
Expand Down

0 comments on commit 76f769f

Please sign in to comment.