Skip to content

Commit 7a70cf7

Browse files
committed
README: Add emphasis to single-word difference
Minor change to make the distinction b/w adapters and serializers jump out more.
1 parent 4891c22 commit 7a70cf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
ActiveModel::Serializers brings convention over configuration to your JSON generation.
66

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.
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.
88

99
# MAINTENANCE, PLEASE READ
1010

0 commit comments

Comments
 (0)