Skip to content

Commit

Permalink
Readme fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gor181 committed Jul 27, 2016
1 parent 3025aac commit 8cfef76
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ import Notifications from 'react-notification-system-redux';
class DemoComponent extends React.Component {
render() {
render() {
const {notifications} = this.props;
return (
return (
<Notifications notifications={notifications} />
);
}
);
}
}
DemoComponent.contextTypes = {
Expand Down Expand Up @@ -111,7 +111,7 @@ class OtherComponent extends React.Component {
);
}
render() {
render() {
const {notifications} = this.props;
return (
Expand Down

0 comments on commit 8cfef76

Please sign in to comment.