Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "repatch", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Dispatch reducers", | ||
@@ -5,0 +5,0 @@ "main": "lib/store/index", |
@@ -13,3 +13,3 @@ # <a href="https://www.npmjs.com/package/repatch"><img alt="Repatch" src="http://services.jaystack.com/repatch-logo.png" height="50px"></a> | ||
**In this terminology action is a function that returns a reducer:** | ||
**In this terminology, an action is a function that returns a reducer:** | ||
@@ -50,3 +50,3 @@ ```javascript | ||
Repatch's interface is the same as Redux, therefore you can use with [react-redux](https://www.npmjs.com/package/react-redux). | ||
Repatch's interface is very similar to Redux, therefore you can use with [react-redux](https://www.npmjs.com/package/react-redux). | ||
@@ -89,3 +89,3 @@ ```javascript | ||
Use `addMiddleware` method to chaining middlewares: | ||
Use the `addMiddleware` method to chaining middlewares: | ||
@@ -126,3 +126,3 @@ ```javascript | ||
You can access `thunk` as static member of `Store` too: `Store.thunk` | ||
You can access `thunk` even as static member of the `Store`: `Store.thunk` | ||
@@ -129,0 +129,0 @@ ### Injecting extra argument |
31406