diff --git a/README.md b/README.md index 1d28b3da7cba..1d58021c6dcf 100644 --- a/README.md +++ b/README.md @@ -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(); ```