From 72978350e5039bad37a1b2fe29cef77f1883c744 Mon Sep 17 00:00:00 2001 From: Thomas Rix Date: Fri, 28 Apr 2017 13:54:20 -0400 Subject: [PATCH] Fix typo --- packages/getstorybook/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/getstorybook/README.md b/packages/getstorybook/README.md index 0768b89d8d47..9f47e98c0442 100644 --- a/packages/getstorybook/README.md +++ b/packages/getstorybook/README.md @@ -25,7 +25,7 @@ That's all you've to do. `getstorybook` also supports yarn. If you have installed yarn in your system, it'll detect it and use `yarn` instead of `npm`. -If you don't want to use `npm` always you can use the `--use-npm` option like this: +If you don't want to use `yarn` always you can use the `--use-npm` option like this: ``` getstorybook --use-npm