We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fb25a4 commit 7b09387Copy full SHA for 7b09387
README.md
@@ -42,8 +42,8 @@ Simple React state management. Made with :heart: and ES6 Proxies.
42
43
Easy State has two rules.
44
45
-1. Always wrap you components with `view`.
46
-2. Always wrap you state store objects with `store`.
+1. Always wrap your components with `view`.
+2. Always wrap your state store objects with `store`.
47
48
```js
49
import React from 'react'
0 commit comments