Skip to content

Commit

Permalink
Merge pull request #1 from michaelryancaputo/patch-1
Browse files Browse the repository at this point in the history
Fix removed a semi colon.
  • Loading branch information
Muhammed Thanish authored Sep 28, 2016
2 parents f06b72c + 66a4313 commit fb1cae0
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 @@ -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', () => (<MyComponent />))
.add('with some props', () => (<MyComponent text="The Comp"/>));
```
Expand Down

0 comments on commit fb1cae0

Please sign in to comment.