Skip to content

Commit

Permalink
Merge pull request #4576 from acorncom/patch-1
Browse files Browse the repository at this point in the history
[DOC] Update Readme to reflect new default adapter
  • Loading branch information
bmac authored Oct 15, 2016
2 parents c351bdc + 1f76fdb commit f3ab488
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,11 +138,10 @@ Data store for a record of type `person` with an ID of `123`, the
adapter translates that into an XHR request to (for example)
`api.example.com/v3/person/123.json`.

By default, Ember Data will use the `RESTAdapter`, which adheres to a
set of RESTful JSON conventions.
By default, Ember Data will use the `JSONAPIAdapter`, which adheres to the [JSON-API spec](http://jsonapi.org/).

To learn more about adapters, including what conventions the
`RESTAdapter` follows and how to build your own, see the Ember.js
various adapters follow and how to build your own, see the Ember.js
Guides: [Customizing Adapters](http://emberjs.com/guides/models/customizing-adapters).

### Fetching a Collection of Models
Expand Down

0 comments on commit f3ab488

Please sign in to comment.