From e332bc92313ec7051022b887c90fafc197165357 Mon Sep 17 00:00:00 2001 From: Arjan Singh Date: Wed, 10 Aug 2016 23:48:48 -0700 Subject: [PATCH] [readme] Add JSON-API Section --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d7a8374..cf7fb83 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,9 @@ This addon serializes the contents of your [ember-data](https://github.com/ember 3. Your application boots up in the browser. This addon's instance-initializer notices the serialized models and uses `pushPayload` to load them into the `Store`. 4. As your app renders in the browser, any `store.findRecord`, etc will locate the already cached models. +## JSON-API Required +This addon assumes that your application is using [DS.JSONAPISerializer](http://emberjs.com/api/data/classes/DS.JSONAPISerializer.html) as your application's default serialization method. ## Installation