Skip to content

Commit 1c51e28

Browse files
author
Rodrigo Bermudez Schettino
committed
README: Update gem version
Also improved formatting.
1 parent b4e2dca commit 1c51e28

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# Taggle
22
[![Gem Version](https://badge.fury.io/rb/taggle.svg)](https://badge.fury.io/rb/taggle)
33

4-
This gem is a wrapper of the [Taggle.js project](https://sean.is/poppin/tags), that allows you to include Taggle.js in your Rails app, using the asset pipeline. The gem currently includes v1.11.1 of Taggle.js.
4+
This gem is a wrapper of the [Taggle.js project](https://sean.is/poppin/tags), that allows you to include Taggle.js in your Rails app, using the asset pipeline.
5+
6+
The gem currently includes **Taggle.js version 1.12.0**.
7+
8+
59

610
## Installation
711

@@ -19,6 +23,7 @@ Or install it yourself as:
1923

2024
$ gem install taggle
2125

26+
2227
## Usage
2328

2429
Include the taggle javascript in your `app/assets/javascripts/application.js` or `app/assets/javascripts/vendor.js`:
@@ -28,6 +33,8 @@ Include the taggle javascript in your `app/assets/javascripts/application.js` or
2833

2934
This will include `taggle-ie8.js`, `taggle-ie9.js` and `taggle.js`. You can also require each one of these three files individually if you prefer.
3035

36+
37+
3138
## Stylesheets
3239
I put together several styles based on the official examples of Taggle.js. These styles should be enough for you to get started but they probably require some overriding to fit your page design.
3340

@@ -45,6 +52,8 @@ And add the class `taggle` to the div you'll use to wrap the tags. Example:
4552
<%= end %>
4653
```
4754

55+
56+
4857
## License
4958

5059
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).

0 commit comments

Comments
 (0)