From 810a02bece24a5bd0ef0b45583480dfe93de9fbc Mon Sep 17 00:00:00 2001 From: dnoonan Date: Mon, 1 Oct 2012 17:55:36 -0300 Subject: [PATCH] Update README.md Fixed up readme a bit --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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.