README.md in edit_mode-0.0.1 vs README.md in edit_mode-0.0.2
- old
+ new
@@ -1,6 +1,6 @@
-# EditMode
+# EditMode [](http://travis-ci.org/fiedl/edit_mode)
<img src="https://github.com/fiedl/edit_mode/raw/master/test_app/app/assets/images/screenshot.png" height="300" align="right" vspace="20" hspace="20" />
*edit_mode* is a *ruby on rails gem* that allows you to toggle an edit mode on a normal show view.
Think of it as a grouped in-place editing.
@@ -17,12 +17,10 @@
The [code of this demo app can be found here](https://github.com/fiedl/edit_mode/tree/master/test_app).
## Installation
-THIS IS NOT READY, YET.
-
Add this line to your application's Gemfile:
gem 'edit_mode'
And then execute:
@@ -31,12 +29,10 @@
Or install it yourself as:
$ gem install edit_mode
-TODO: Include css and js.
-
### Include Assets
In `app/assets/javascripts/application.js`, add:
```javascript
@@ -122,9 +118,13 @@
jQuery ->
$( ".custom_element" ).bind( "edit", ->
alert( "This element has just entered edit mode." )
)
```
+
+## Documentation
+
+http://rubydoc.info/github/fiedl/edit_mode/frames
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)