README.md in kalendae_assets-0.1.0 vs README.md in kalendae_assets-0.1.1
- old
+ new
@@ -1,6 +1,6 @@
-# KalendaeAssets
+# Kalendae Assets [![Build Status](https://secure.travis-ci.org/sdball/kalendae_assets.png?branch=master)](http://travis-ci.org/sdball/kalendae_assets)
## Installation
**Step 1**
@@ -27,10 +27,18 @@
*= require kalendae
## Usage
-See [Kalendae's Documentation](https://github.com/ChiperSoft/Kalendae)
+See [Kalendae's Documentation](https://github.com/ChiperSoft/Kalendae) for full
+usage instructions.
+
+If you just want to get a quick date picker going: add `auto-kal` as a class to
+any element that you want to attach a date picker to.
+
+ <div class="auto-kal"></div>
+
+ <%= f.text_field :date, :class => 'auto-kal' %>
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)