소스 검색

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