Herbert Vojčík 7 年 前
コミット
84c22176cf
1 ファイル変更1 行追加1 行削除
  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),