Skip to content

Commit 61ac3ad

Browse files
committed
Merge pull request #959 from kangkyu/patch-1
TYPO on README.md
2 parents bc8fd0a + ed818d9 commit 61ac3ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# ActiveModel::Serializers
1+
# ActiveModel::Serializer
22

33
[![Build Status](https://travis-ci.org/rails-api/active_model_serializers.svg)](https://travis-ci.org/rails-api/active_model_serializers)
44

5-
ActiveModel::Serializers brings convention over configuration to your JSON generation.
5+
ActiveModel::Serializer brings convention over configuration to your JSON generation.
66

77
AMS does this through two components: **serializers** and **adapters**.
88
Serializers describe _which_ attributes and relationships should be serialized.

0 commit comments

Comments
 (0)