Skip to content

Commit eed3782

Browse files
committed
docs (readme): fix a missing word
1 parent cc54e43 commit eed3782

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
@@ -68,7 +68,7 @@ class Hello extends Component {
6868
export default easyComp(Hello)
6969
```
7070

71-
**Make sure to wrap all of your components - including stateful and stateless ones - before you export them.**
71+
**Make sure to wrap all of your components with `easyComp` - including stateful and stateless ones - before you export them.**
7272

7373
In addition to the boilerplate reduction, `easyComp` comes with a bunch of additional benefits that may not be obvious at first glance.
7474

@@ -143,7 +143,7 @@ As a result the stores are always fresh and a stable and a fresh view is always
143143

144144
## Examples with live demos
145145

146-
- [Clock Widget](https://solkimicreb.github.io/react-easy-state/dist/clock/clock.html) ([source](/examples/clock/))
146+
- [Clock Widget](https://solkimicreb.github.io/react-easy-state/dist/clock.html) ([source](/examples/clock/))
147147
- [TodoMVC](https://solkimicreb.github.io/react-easy-state/dist/todoMVC.html) ([source](/examples/todoMVC/))
148148
- [Contacts Table](https://solkimicreb.github.io/react-easy-state/dist/contacts.html) ([source](/examples/contacts/))
149149

0 commit comments

Comments
 (0)