From 97e7ec1d32eaddc92b72582fec6632aa39b83b5c Mon Sep 17 00:00:00 2001 From: Enio Lopes Date: Fri, 11 Jan 2013 11:22:45 -0200 Subject: [PATCH] Uses colon on :meta_key --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd21a9b5..76fe1831 100644 --- a/README.md +++ b/README.md @@ -272,7 +272,7 @@ The above usage of `:meta` will produce the following: } ``` -If you would like to change the meta key name you can use the `meta_key` option: +If you would like to change the meta key name you can use the `:meta_key` option: ```ruby render :json => @posts, :serializer => CustomArraySerializer, :meta => {:total => 10}, :meta_key => 'meta_object'