瀏覽代碼

Fix README.

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),