Skip to content

Commit e362d10

Browse files
committed
Update README.md
1 parent f163771 commit e362d10

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: README.md

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ backbone.nest
33

44
Backbone plugin that enables infinitely nested Collections within Models, and advanced data structure.
55

6+
Basic Concept
7+
=============
8+
9+
Simply use `Backbone.Nest` instead of `Backbone.Model`, and use `{ parse: true }` when creating model.
10+
The rest is taken care of, set the nest attribute to be the collection you want created, and the nests
11+
attribute as a space seperated list of the attributes to be turned into collections.
12+
613

714
How to use
815
==========

0 commit comments

Comments
 (0)