From 7cfa39dfdb958a32d6b36eb9c3e21da65b8a4df2 Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Sun, 29 Jan 2012 18:57:22 +0800 Subject: [PATCH] Rename 'preloading collections' to 'bootstrapping data'. --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 2b5ec41..350a35c 100644 --- a/README.md +++ b/README.md @@ -12,17 +12,17 @@ This document assumes that you already have some knowledge of [Backbone.js][bb], Model patterns ============== -Preloading collections ----------------------- +Bootstrapping data +------------------ __The problem:__ Your application needs models to be available on page load. -__Solution:__ Preload (or *bootstrap*) model instances by creating collections -on page load. +__Solution:__ Bootstrap collections and models by creating collections in an +inline `