diff --git a/README.md b/README.md index a05709e..81ebd7e 100644 --- a/README.md +++ b/README.md @@ -16,15 +16,19 @@ Or install it yourself as: $ gem install sisyphus-rails -For a basic install include the following in your ++app/assets/javascripts/application.js++ file +For a basic install include the following in your *app/assets/javascripts/application.js* file //= require jstorage //= require sisyphus ## How it Works -Sisyphus uses an aliased form_tag method to automatically put a ++++ tag infront of your forms. +Sisyphus uses an aliased form_tag method to automatically put a *<script>...</script>* tag infront of your forms to initialize Sisyphus + +
+ ... +
## Usage Sisyphus automatically works with all your forms, including custom form builders.