Skip to content

Commit 9bc884c

Browse files
author
Vlad Balin
committed
Update README.md
1 parent 2bd69cd commit 9bc884c

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
@@ -5,6 +5,8 @@ It's modern data framework, mostly backward compatible with backbone.js and can
55
Compared to `backbonejs`, it's has order of magnitude faster model updates, and support all the features which could be found
66
in state of the art model frameworks through lightweight and declarative attribute type annotations.
77

8+
Browse complete documentation here: http://volicon.github.io/backbone.nestedTypes/
9+
810
## Release 1.1.x highlights
911

1012
master: [![Master Build Status](https://travis-ci.org/Volicon/backbone.nestedTypes.svg?branch=master)](https://travis-ci.org/Volicon/backbone.nestedTypes)
@@ -34,8 +36,6 @@ Nested.store = new Nested.LazyStore.defaults({
3436
Why? Because now Stores are first-class objects in the system, they can be created with `new`,
3537
they supports hierarchical lookups, they may have different transports, and more. The more about it later.
3638

37-
Browse complete documentation here: http://volicon.github.io/backbone.nestedTypes/
38-
3939
## Features
4040
### Complex attribute types
4141

0 commit comments

Comments
 (0)