From 13d39dd53059d9e897a18c22595fc83c61fce620 Mon Sep 17 00:00:00 2001 From: Devon Noonan Date: Tue, 2 Oct 2012 10:47:30 -0400 Subject: [PATCH] Readme updated with rambling --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1e3f84b..14fe4e8 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ For a basic install include the following in your *app/assets/javascripts/applic To support IE6/7 users include jStorage as well - //= require jstorage + //= require jstorage ## How it Works @@ -63,7 +63,7 @@ To stop Sisyphus from initializing on a form include the *with_sisyphus* option <% :sisyphus_customKeyPrefix => 'sisy' %> ... <% end %> - + - implement all sisyphus options and any relevant ones in jStorage ## Contributing