README: Add emphasis to single-word difference

Minor change to make the distinction b/w adapters and serializers jump out more.
This commit is contained in:
Alex Matchneer 2015-03-27 08:50:10 -04:00
parent 4891c22a78
commit 7a70cf7eb8

View File

@ -4,7 +4,7 @@
ActiveModel::Serializers brings convention over configuration to your JSON generation.
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.
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.
# MAINTENANCE, PLEASE READ