From bfbcc5f02745094e021860074305276f7dc86e47 Mon Sep 17 00:00:00 2001 From: thekogmo Date: Tue, 12 Mar 2019 17:44:33 +0200 Subject: [PATCH] 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