From 8570ce6f56c4c6857e3ef4f4b6ae9aff87d5dfc4 Mon Sep 17 00:00:00 2001 From: Travis Reeder Date: Wed, 28 Mar 2012 19:07:02 -0700 Subject: [PATCH] Updated readme. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 441168f..08fb8db 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -Makes your json classes serializable. Without this, you'll have to add your own -to_json and json_create methods to your classes which is a big pain. +A gem that makes it easy to serialize your objects to json and back. Without this, you'll have to add your own +`to_json` and `json_create` methods to your classes which is a big pain. This makes it much less painful. Getting Started ==============