Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
iamrickyspanish committed May 4, 2019
1 parent 5667b4e commit 0958b96
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,11 @@ store.dispatch(incrementScorePlayerB())

`redux-scoped-ducks` exposes the following self-explanatory functions:

+ createScopedDuckFactory(duck) → {function}
+ scopeAction(scope, action) → {object|function}
+ scopeActionType(scope, actionType) → {string}
+ scopeDuck(scope, duck) → {object}
+ scopeReducer(scope, reducer) → {function}
+ `createScopedDuckFactory(duck) → {function}`
+ `scopeAction(scope, action) → {object|function}`
+ `scopeActionType(scope, actionType) → {string}`
+ `scopeDuck(scope, duck) → {object}`
+ `scopeReducer(scope, reducer) → {function}`

See the full API documentation here:
https://iamrickyspanish.github.io/redux-scoped-ducks
Expand Down

0 comments on commit 0958b96

Please sign in to comment.