diff --git a/README.md b/README.md index 908bf304..2041b27b 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ compliant but do not descend from `ActiveRecord` or include `Mongoid::Document`, you must add an include statement for `ActiveModel::SerializerSupport` to make models serializable. If you also want to make collections serializable, you should include -`ActiveModel::ArraySerializationSupport` into your ORM's +`ActiveModel::ArraySerializerSupport` into your ORM's relation/criteria class. # ActiveModel::Serializer