README.md in jt-rails-meta-1.0.2 vs README.md in jt-rails-meta-1.0.3
- old
+ new
@@ -1,20 +1,22 @@
# JTRailsMeta
+[![Gem Version](https://badge.fury.io/rb/jt-rails-meta.svg)](http://badge.fury.io/rb/jt-rails-meta)
+
JTRailsMeta help you to manage HTML meta tags like title, description, keywords used in Search Engine Optimization (SEO).
## Installation
JTRailsMeta is distributed as a gem, which is how it should be used in your app.
Include the gem in your Gemfile:
gem 'jt-rails-meta', '~> 1.0'
-Create a `meta.yml` file for the translation:
+Create a `meta.yml` file for the translations:
- rails g rails_meta:install
+ rails g jt:meta
## Usage
### Basic usage
@@ -100,6 +102,6 @@
- [Jonathan Tribouharet](https://github.com/jonathantribouharet) ([@johntribouharet](https://twitter.com/johntribouharet))
## License
-JTRailsMeta is released under the MIT license. See the LICENSE file for more info.
\ No newline at end of file
+JTRailsMeta is released under the MIT license. See the LICENSE file for more info.