Merge pull request #959 from kangkyu/patch-1

TYPO on README.md
This commit is contained in:
João Moura 2015-06-17 15:31:29 -03:00
commit 61ac3ad0ff

View File

@ -1,8 +1,8 @@
# ActiveModel::Serializers
# ActiveModel::Serializer
[![Build Status](https://travis-ci.org/rails-api/active_model_serializers.svg)](https://travis-ci.org/rails-api/active_model_serializers)
ActiveModel::Serializers brings convention over configuration to your JSON generation.
ActiveModel::Serializer 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.