You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ AMS does this through two components: **serializers** and **adapters**.
8
8
Serializers describe _which_ attributes and relationships should be serialized.
9
9
Adapters describe _how_ attributes and relationships should be serialized.
10
10
11
-
By default AMS will use the JsonApi Adapter that follows RC4 of the format specified in [jsonapi.org/format](http://jsonapi.org/format).
11
+
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).
12
12
Check how to change the adapter in the sections bellow.
13
13
14
14
# RELEASE CANDIDATE, PLEASE READ
@@ -50,17 +50,17 @@ end
50
50
```
51
51
52
52
Generally speaking, you as a user of AMS will write (or generate) these
53
-
serializer classes. If you want to use a different adapter, such as a normal Json adapter without the JsonApi conventions, you can
53
+
serializer classes. If you want to use a different adapter, such as a JsonApi, you can
0 commit comments