mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-22 22:06:50 +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:
parent
4891c22a78
commit
7a70cf7eb8
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user