Merge pull request #861 from machty/patch-1

README: Add emphasis to single-word difference
This commit is contained in:
Alexandre de Oliveira 2015-03-27 11:08:04 -03:00
commit 48ed7cf9ba

View File

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