From 74af00f17ac3012ea073a8981281faaf6e23bb0c Mon Sep 17 00:00:00 2001 From: Jamie Gaskins Date: Sat, 8 Jun 2013 12:18:34 -0300 Subject: [PATCH] Remove errant apostrophes Apostrophes don't indicate pluralization. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f4e122b49..9a957e959 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ the serializer generator: $ rails g serializer post ``` -### Support for PORO's and other ORM's. +### Support for POROs and other ORMs. Currently `ActiveModel::Serializers` adds serialization support to all models that descend from `ActiveRecord` or include `Mongoid::Document`. If you are