Skip to content

Commit

Permalink
Merge pull request #948 from SeyZ/patch-1
Browse files Browse the repository at this point in the history
AMS supports JSONAPI 1.0 instead of RC4
  • Loading branch information
joaomdmoura committed Jun 12, 2015
2 parents 460150f + a865ba5 commit c2305f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 **Json Adapter**. But we strongly advise you to use JsonApi Adapter that follows RC4 of the format specified in [jsonapi.org/format](http://jsonapi.org/format).
By default AMS will use the **Json Adapter**. But we strongly advise you to use JsonApi Adapter that follows 1.0 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

0 comments on commit c2305f0

Please sign in to comment.