Skip to content

Commit f5a756f

Browse files
authored
Update README.md
1 parent f9ac94c commit f5a756f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414

1515
### Purpose
1616

17-
The `redux-starter-kit` package is intended to help address three common complaints about Redux:
17+
The `redux-starter-kit` package is intended to help address three common concerns about Redux:
1818

1919
- "Configuring a Redux store is too complicated"
2020
- "I have to add a lot of packages to get Redux to do anything useful"
2121
- "Redux requires too much boilerplate code"
2222

2323
We can't solve every use case, but in the spirit of [`create-react-app`](https://github.com/facebook/create-react-app) and [`apollo-boost`](https://dev-blog.apollodata.com/zero-config-graphql-state-management-27b1f1b3c2c3), we can try to provide some tools that abstract over the setup process and handle the most common use cases, as well as include some useful utilities that will let the user simplify their application code.
2424

25-
This package is _not_ intended to solve every possible complaint about Redux, and is deliberately limited in scope. It does _not_ address concepts like "reusable encapsulated Redux modules", data fetching, folder or file structures, managing entity relationships in the store, and so on.
25+
This package is _not_ intended to solve every possible concern about Redux, and is deliberately limited in scope. It does _not_ address concepts like "reusable encapsulated Redux modules", data fetching, folder or file structures, managing entity relationships in the store, and so on.
2626

2727
### What's Included
2828

0 commit comments

Comments
 (0)