diff --git a/README.md b/README.md index 127b0451..dae1b7e0 100644 --- a/README.md +++ b/README.md @@ -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