Skip to content

Commit 85cf4ea

Browse files
author
Vlad Balin
committed
Update readme.md
1 parent e6d45ad commit 85cf4ea

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
@@ -19,7 +19,7 @@ putting everything in a single LOC. :) It's something more interesting.
1919

2020
So, why?
2121

22-
1. We're using our [advanced React Links](https://github.com/Volicon/NestedReact#two-way-data-binding) for [two-way data binding](/docs/databinding.md).
22+
1. We're using [smart React Links](https://github.com/Volicon/NestedReact#two-way-data-binding) for [two-way data binding](/docs/databinding.md).
2323
2. Due to (1), we can describe the most of UI with [components defined as stateless functions](https://facebook.github.io/react/docs/reusable-components.html#stateless-functions)
2424

2525
These two techniques in combination will save you half of the work in JSX, and make it much cleaner.

0 commit comments

Comments
 (0)