Herbert Vojčík il y a 7 ans
Parent
commit
84c22176cf
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -52,7 +52,7 @@ and returning the result of the last one.
 Useful to "concatenate" a few `subReducer`s. like:
 
 ```js
-	combineReducers(
+	composeReducers(
 	    subReducer("files.persons", personReducer, "assets.swag"),
 	    subReducer("files.clients", clientReducer, "news"),
 	    subReducer("assets", assetReducer),