Skip to content

Commit f41cbfb

Browse files
committed
docs(todoMVC): fix todoMVC readme
1 parent 7ccdc77 commit f41cbfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/todoMVC/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
**[Live Demo](https://solkimicreb.github.io/react-easy-state/examples/todoMVC/)**
44

5-
This is a lighter version of the well-known React [TodoMVC](http://todomvc.com/). It separates the state into its [own file](/State.js) and relies heavily on JS getters and setter to provide a clear and simple state management.
5+
This is a lighter version of the well-known React [TodoMVC](http://todomvc.com/). It separates the state into its own file and relies heavily on JS getters and setter to provide a clear and simple state management. Be sure to click all the buttons in the demo that you can find.

0 commit comments

Comments
 (0)