From 3f345b66f063239275d34fb9fb5a337e03a78c4d Mon Sep 17 00:00:00 2001 From: Mohd Shad Mirza Date: Mon, 17 Aug 2020 19:47:48 +0530 Subject: [PATCH] changed yarn installl to yarn add --- docs/configure/theming.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configure/theming.md b/docs/configure/theming.md index 148971e3b779..f51aa621d1c7 100644 --- a/docs/configure/theming.md +++ b/docs/configure/theming.md @@ -13,7 +13,7 @@ Storybook includes two themes that look good out of the box: "normal" (a light t Make sure you have installed [`@storybook/addons`](https://www.npmjs.com/package/@storybook/addons) and [`@storybook/theming`](https://www.npmjs.com/package/@storybook/theming) packages. ```sh -yarn install --dev @storybook/addons @storybook/theming +yarn add --dev @storybook/addons @storybook/theming ``` As an example, you can tell Storybook to use the "dark" theme by modifying [`.storybook/manager.js`](./overview.md#configure-story-rendering):