Skip to content

Commit fdc2d53

Browse files
committed
Readme fixes
1 parent 7b64ebd commit fdc2d53

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ We'll be defining the actions creators and reducers all in one place, so it's ea
5454
import _ from 'lodash'
5555
import Reaction from 'redux-actionize'
5656

57-
// redux_actionize takes the mountpoint/namespace name, and the initial state as parameters, returning a new Reaction Definition
57+
// redux_actionize takes the initial state and returns a new Reaction Definition
5858
export default Reaction({
5959
user: null,
6060
token: null,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"url": "https://github.com/anonmily/redux_actionize"
77
},
88
"main": "index.js",
9-
"version": "2.0.1",
9+
"version": "2.0.2",
1010
"private": false,
1111
"keywords": [
1212
"react",

0 commit comments

Comments
 (0)