Skip to content

Commit

Permalink
improve title
Browse files Browse the repository at this point in the history
  • Loading branch information
sibnerian committed Jul 3, 2017
1 parent 6436ac3 commit dc31783
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# State-aware actions with reselect syntax
# State-aware Redux actions with Reselect syntax

**selector-action** greatly simplifies a common Redux pattern: actions whose values depend on the
current Redux state. This is especially common with async actions, for example, when reloading some
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "selector-action",
"version": "1.0.0",
"description": "Simplify Redux actions that depend on the state.",
"description": "State-aware Redux actions with Reselect syntax.",
"main": "build/selectorAction.js",
"scripts": {
"pretest": "npm run --silent lint && npm run build",
Expand Down

0 comments on commit dc31783

Please sign in to comment.