Skip to content

Commit

Permalink
Updates Readme to reflect changes to JSON API RC4
Browse files Browse the repository at this point in the history
  • Loading branch information
benedikt committed May 22, 2015
1 parent 4f576a1 commit 2f6c431
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ AMS does this through two components: **serializers** and **adapters**.
Serializers describe _which_ attributes and relationships should be serialized.
Adapters describe _how_ attributes and relationships should be serialized.

By default AMS will use the JsonApi Adapter that follows RC3 of the format specified in [jsonapi.org/format](http://jsonapi.org/format).
By default AMS will use the JsonApi Adapter that follows RC4 of the format specified in [jsonapi.org/format](http://jsonapi.org/format).
Check how to change the adapter in the sections bellow.

# RELEASE CANDIDATE, PLEASE READ
Expand Down Expand Up @@ -178,7 +178,7 @@ end

#### JSONAPI

This adapter follows RC3 of the format specified in
This adapter follows RC4 of the format specified in
[jsonapi.org/format](http://jsonapi.org/format). It will include the associated
resources in the `"included"` member when the resource names are included in the
`include` option.
Expand Down

0 comments on commit 2f6c431

Please sign in to comment.