diff --git a/README.md b/README.md
index 733690fb9769..3ba5e94aa497 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ import MyComponent from '../my_component';
import centered from '@kadira/react-storybook-decorator-centered';
storiesOf('MyComponent', module)
- .addDecorator(centered);
+ .addDecorator(centered)
.add('without props', () => ())
.add('with some props', () => ());
```