Comparing version 0.0.5 to 0.0.6
{ | ||
"name": "repatch", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Dispatch reducers", | ||
@@ -5,0 +5,0 @@ "main": "lib/store/index", |
@@ -33,3 +33,3 @@ # Repatch | ||
Repatch's interface is the same as Redux, therefore you can use with `react-redux`. | ||
Repatch's interface is the same as Redux, therefore you can use with [react-redux](https://www.npmjs.com/package/react-redux). | ||
@@ -92,3 +92,3 @@ ```javascript | ||
The `thunk` middleware is useful for handling async actions similar to `redux-thunk`. | ||
The `thunk` middleware is useful for handling async actions similar to [redux-thunk](https://www.npmjs.com/package/redux-thunk). | ||
@@ -95,0 +95,0 @@ ```javascript |
11594