Skip to content

Commit 59bc3e7

Browse files
committed
Fix react-router-redux api example in README
1 parent cafdab7 commit 59bc3e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import { createStore, combineReducers, applyMiddleware, compose } from 'redux'
3333
import { Provider } from 'react-redux'
3434
import { Router, Route } from 'react-router'
3535
import { createHistory } from 'history'
36-
import { syncReduxAndRouter, routeReducer, routeActions } from 'react-router-redux'
36+
import { syncHistory, routeReducer, routeActions } from 'react-router-redux'
3737
import { UserAuthWrapper } from 'redux-auth-wrapper'
3838
import userReducer from '<project-path>/reducers/userReducer'
3939

0 commit comments

Comments
 (0)