Skip to content

Commit

Permalink
Merge pull request #80 from milesibastos/patch-1
Browse files Browse the repository at this point in the history
fix: Getting Started
  • Loading branch information
usulpro authored Aug 3, 2018
2 parents e3ee39f + b1a79d9 commit 84907ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ npm i storybook-addon-material-ui --save-dev
Add this line to your addons.js file (create this file inside your storybook config directory if needed).

```js
import 'storybook-addon-material-ui';
import 'storybook-addon-material-ui/register';
```

Now, write your stories with Material-UI Addon. By default your stories will be provided with `Light` and `Dark` [`Themes`](https://v0.material-ui.com/#/customization/themes)
Expand Down

0 comments on commit 84907ea

Please sign in to comment.