diff --git a/README.md b/README.md index ec9a0200..1727d0c0 100644 --- a/README.md +++ b/README.md @@ -521,7 +521,7 @@ to `comments` underneath a `links` key: class PostSerializer < ActiveModel::Serializer attributes :id, :title, :body - has_many :comments, embed: ids, embed_namespace: :links + has_many :comments, embed: :ids, embed_namespace: :links end ```