Skip to content

Commit 8cfef76

Browse files
committed
Readme fixes
1 parent 3025aac commit 8cfef76

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@ import Notifications from 'react-notification-system-redux';
5454
5555
class DemoComponent extends React.Component {
5656
57-
render() {
57+
render() {
5858
const {notifications} = this.props;
5959
60-
return (
60+
return (
6161
<Notifications notifications={notifications} />
62-
);
63-
}
62+
);
63+
}
6464
}
6565
6666
DemoComponent.contextTypes = {
@@ -111,7 +111,7 @@ class OtherComponent extends React.Component {
111111
);
112112
}
113113
114-
render() {
114+
render() {
115115
const {notifications} = this.props;
116116
117117
return (

0 commit comments

Comments
 (0)