mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-25 15:23:06 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user