From e7d6ab7f439c14df3326e59beecc506e6d66a9ae Mon Sep 17 00:00:00 2001 From: Thomas Bertet Date: Tue, 27 Mar 2018 17:32:27 +0200 Subject: [PATCH] Update README for addon-storyshots --- addons/storyshots/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/storyshots/README.md b/addons/storyshots/README.md index f21b7b703506..fd27b861524a 100644 --- a/addons/storyshots/README.md +++ b/addons/storyshots/README.md @@ -220,7 +220,7 @@ You might use `getGotoOptions` to specify options when the storybook is navigati ```js import initStoryshots, { imageSnapshot } from '@storybook/addon-storyshots'; -const getGotoOptions = ({context, url}) { +const getGotoOptions = ({context, url}) => { return { waitUntil: 'networkidle0', }