From 68a7f2223fcce2031a55288178d2d19f4ab70c9b Mon Sep 17 00:00:00 2001 From: ghominejad Date: Wed, 20 Dec 2017 18:25:15 +0330 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 71f9e08..a9e26f5 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ For any store created using redux-injector, simply use ```injectReducer``` to ad ```javascript import { injectReducer } from 'redux-injector'; -injectReducer('date.form', formReducerFunction); +injectReducer('data.form', formReducerFunction); ``` The injector uses lodash.set so any paths that are supported by it can be used and any missing objects will be created. @@ -78,4 +78,4 @@ let store = createInjectStore( initialState, { combineReducers } ); -``` \ No newline at end of file +```