Skip to content

Commit 2b60a82

Browse files
author
Vlad Balin
committed
Update README.md
1 parent 508af5d commit 2b60a82

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# NestedReact
22
This is React add-on providing advanced data binding and state management to React applications, as well as convergence layer for intermixing React components and Backbone Views.
33

4-
- Advanced component's state management with [NestedTypes](https://github.com/Volicon/backbone.nestedTypes).
4+
- Advanced component's state management with [NestedTypes](https://github.com/Volicon/NestedTypes).
55
- Comprehensive two-way data binding - [Guide to Data Binding Use Cases](/example/databinding.md)
66
- Transparent interoperation with Backbone Views:
77
- React component can be used as backbone View. `new MyComponent.View({ props })`
@@ -26,9 +26,9 @@ features to help managing complex application state:
2626
- Type safety. Attributes are guaranteed to hold values of declared types all the time.
2727

2828
For more information about `NestedTypes`, visit
29-
http://volicon.github.io/backbone.nestedTypes/
29+
http://volicon.github.io/NestedTypes/
3030
and
31-
https://github.com/Volicon/backbone.nestedTypes
31+
https://github.com/Volicon/NestedTypes
3232

3333
# Usage
3434
It's packed as single UMD, thus grab the module or use `npm` to install.

0 commit comments

Comments
 (0)