Skip to content

Commit 9993e57

Browse files
Update README.md
1 parent 432ec6e commit 9993e57

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ npm install react-notification-system-redux react-notification-system --save
3030

3131
Import the reducer and pass it to your store:
3232

33-
```
33+
``` javascript
3434
import {createStore, combineReducers} from 'redux';
3535

3636
import {reducer as notifications} from 'react-notification-system-redux';
@@ -47,7 +47,7 @@ export function configureStore(initialState = {}) {
4747

4848
Include the Notifications component and pass the data from the reducer by using `connect`:
4949

50-
```
50+
``` javascript
5151
import React, {PropTypes} from 'react';
5252
import {connect} from 'react-redux';
5353
import ReactDOM from 'react-dom';
@@ -96,7 +96,7 @@ export default connect(
9696

9797
Dispatch notification actions from any other component:
9898

99-
```
99+
``` javascript
100100
import React, {PropTypes} from 'react';
101101
import ReactDOM from 'react-dom';
102102

0 commit comments

Comments
 (0)