Skip to content

Commit 2f6c431

Browse files
committed
Updates Readme to reflect changes to JSON API RC4
1 parent 4f576a1 commit 2f6c431

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ AMS does this through two components: **serializers** and **adapters**.
88
Serializers describe _which_ attributes and relationships should be serialized.
99
Adapters describe _how_ attributes and relationships should be serialized.
1010

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

1414
# RELEASE CANDIDATE, PLEASE READ
@@ -178,7 +178,7 @@ end
178178

179179
#### JSONAPI
180180

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

0 commit comments

Comments
 (0)