Skip to content

Commit

Permalink
Merge pull request #12083 from iamshadmirza/patch-1
Browse files Browse the repository at this point in the history
Fixed typo: changed yarn install to yarn add
  • Loading branch information
shilman authored Aug 17, 2020
2 parents 091c706 + 3f345b6 commit 8915f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configure/theming.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 8915f3c

Please sign in to comment.