From ff04b25e6c75476a4e31bd9b0cf08d940b7a47a3 Mon Sep 17 00:00:00 2001 From: Wes Morgan Date: Thu, 26 Jan 2012 15:04:01 -0700 Subject: [PATCH] fix small typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d18af3..537f9bf 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ be :more_stuff and :whoa instead. No idea! I use it for cleaning up the responses from third-party web services where the HTTParty data structure returned follows the JSON response as closely -as possible, but I want to "Ruby-ize" it by makeing the keys snake-cased and +as possible, but I want to "Ruby-ize" it by making the keys snake-cased and symbols. I also convert the values that look like numbers or bools into actual numerics and bools.