From 76f769f3a4d481da51d2eed4c97790fdffabf0fc Mon Sep 17 00:00:00 2001 From: Michael Shilman Date: Thu, 14 Mar 2019 10:05:40 +0800 Subject: [PATCH] Merge pull request #6046 from thekogmo/patch-3 Update index.md --- docs/src/pages/guides/quick-start-guide/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/pages/guides/quick-start-guide/index.md b/docs/src/pages/guides/quick-start-guide/index.md index 06806a5ca8f4..8718f2cc5988 100644 --- a/docs/src/pages/guides/quick-start-guide/index.md +++ b/docs/src/pages/guides/quick-start-guide/index.md @@ -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/cli@5.0.0-rc.6 sb init