diff --git a/README.md b/README.md index 6fea295..145c220 100644 --- a/README.md +++ b/README.md @@ -21,11 +21,16 @@ For a basic install include the following in your ++app/assets/javascripts/appli //= require jstorage //= require sisyphus +## How it Works + +Sisyphus uses an aliased form_tag method to automatically put a ++++ tag infront of your forms. + ## Usage -If you are using the default form builder you do not have to modify anything to have Sisyphus start auto-saving your forms. +Sisyphus automatically works with all your forms, including custom form builders. + +### Exclude form -ActionView::Base.default_form_builder = YourFormBuilder ## Dependencies