From 5f9209e619eeda37f71c133afe138968f9f0304a Mon Sep 17 00:00:00 2001 From: Attila Domokos Date: Wed, 13 Mar 2013 20:53:20 -0400 Subject: [PATCH] Fixing README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ea34b6d1..343fb945 100644 --- a/README.md +++ b/README.md @@ -181,7 +181,7 @@ render :json => @posts, :each_serializer => FancyPostSerializer If you define `default_serializer_options` method in your controller, all serializers in actions of this controller and it's children will use them. -One of options may be `root: false` +One of the options may be `root: false` ```ruby def default_serializer_options