Merge pull request #1076 from stereodenis/patch-2

Update storyshots README.md example
This commit is contained in:
Michael Shilman 2017-05-20 19:06:55 +10:00 committed by GitHub
commit e29c55da8e

View File

@ -37,7 +37,7 @@ Create a new test file with the name `Storyshots.test.js`. (Or whatever the name
Then add following content to it:
```js
import initStoryshots from 'storyshots';
import initStoryshots from '@storybook/addon-storyshots';
initStoryshots();
```