Skip to content

Commit

Permalink
Merge pull request #65 from tleunen/patch-1
Browse files Browse the repository at this point in the history
docs: Fix storyshots import
  • Loading branch information
arunoda authored Dec 22, 2016
2 parents 619555b + e71ab45 commit 38fcf54
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 38fcf54

Please sign in to comment.