From ed818d9fd340ab503c872e710bbb17344676bd3c Mon Sep 17 00:00:00 2001 From: Kang-Kyu Lee Date: Wed, 17 Jun 2015 11:24:48 -0700 Subject: [PATCH] Update README.md I wonder how `ActiveRecord::Serializer` and `ActiveRecord::Serializers` are different? However I found they have different name between the title and code. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c2e5d79f..c8097655 100644 --- a/README.md +++ b/README.md @@ -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.