Update README.md

This commit is contained in:
Denis Evgrafov 2017-05-20 11:41:32 +03:00 committed by GitHub
parent a81757b333
commit 4da63d1359

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();
```