Skip to content

Commit

Permalink
docs: Fix storyshots import
Browse files Browse the repository at this point in the history
  • Loading branch information
tleunen authored Dec 22, 2016
1 parent 619555b commit e71ab45
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 @@ -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 '@kadira/storyshots';
import initStoryshots from 'storyshots';
initStoryshots();
```

Expand Down

0 comments on commit e71ab45

Please sign in to comment.