README.md in rails-protip-0.1.0 vs README.md in rails-protip-0.1.1
- old
+ new
@@ -1,10 +1,15 @@
# Rails::Protip
+[![Build Status](https://travis-ci.org/ethirajsrinivasan/rails-protip.svg?branch=master)](https://travis-ci.org/ethirajsrinivasan/rails-protip)
+[![Code Climate](https://codeclimate.com/github/ethirajsrinivasan/rails-protip/badges/gpa.svg)](https://codeclimate.com/github/ethirajsrinivasan/rails-protip)
+[![security](https://hakiri.io/github/ethirajsrinivasan/rails-protip/master.svg)](https://hakiri.io/github/ethirajsrinivasan/rails-protip/master)
+
+
rails-protip is tooltip gem based on jquery protip plugin
-TODO: Delete this and the text above, and describe your gem
+
## Installation
Add this line to your application's Gemfile:
```ruby
@@ -21,11 +26,11 @@
To use this gem add this require statement to your application.js file:
//= require protip
-and in application.css file as follows
+and in application.css file as follows
*= require protip
## Usage
@@ -36,13 +41,13 @@
scheme: "orange"
skin: "square"
Support for animation is also provided, example
- <div class="protip" data-pt-animate="infinite bounce" data-pt-title="You must be at least 18!">Go to the bar!</div>
+ <div class="protip" data-pt-animate="infinite bounce" data-pt-title="You must be at least 18!">Go to the bar!</div>
-For further usage check http://protip.rocks
-
+For further usage check http://protip.rocks
+
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/ethirajsrinivasan/rails-protip.