diff --git a/README.md b/README.md index 69285dc..7e1237b 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ store.observable.subscribe(function (event) { }); // Load all the products. -store.load("products", { include: [ "category" ] }, function (products) { +store.load("products", { include: "category" }, function (products) { products.length; // 1 products[0].id; // "1"