Readme updated with rambling

This commit is contained in:
Devon Noonan 2012-10-02 10:47:30 -04:00
parent 606d220531
commit 13d39dd530

View File

@ -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