diff --git a/addons/storyshots/README.md b/addons/storyshots/README.md index a7a3feae4fb..3e52e92c21d 100644 --- a/addons/storyshots/README.md +++ b/addons/storyshots/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 'storyshots'; +import initStoryshots from '@storybook/addon-storyshots'; initStoryshots(); ```