From 812839e9b43dd761e006baac39ebefdb9abbf3fa Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 15 Dec 2016 12:24:04 -0800 Subject: [PATCH] Updated collections --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7d8d31b..8c1bdfa 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,7 @@ We will utilize them a lot more with Tic-Tac-Toe, and that lesson will come on M ### Collections +Collections are ordered groups of Models, they normally communicate with APIs for CRUD operations and let a view know of changes with the `add`, `update` and other events. ### That Other stuff Because our Backbone application relies on a few other libraries to get it's gear'a'grinding, we have a json file that keeps track of those libraries and will include them into our project when we run `npm install`.