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