README.md in express_translate-1.0.1 vs README.md in express_translate-1.0.2

- old
+ new

@@ -8,11 +8,11 @@ //__ > <| |_) | | | __\__ \__ \ / / | | | (_| | | | \__ \ | (_| | |_ __/ \__/ /_/\_\ .__/|_| \___|___/___/ \/ |_| \__,_|_| |_|___/_|\__,_|\__\___| |_| ``` -[![Gem Version](https://img.shields.io/gem/v/express_translate.svg)](https://rubygems.org/gems/express_translate) +[![Gem Version](https://badge.fury.io/rb/express_translate.svg)](http://badge.fury.io/rb/express_translate) [![Code Climate](https://codeclimate.com/github/RubifyTechnology/express_translate.png)](https://codeclimate.com/github/RubifyTechnology/express_translate) [![Build Status](https://travis-ci.org/RubifyTechnology/express_translate.svg?branch=master)](https://travis-ci.org/RubifyTechnology/express_translate) [![Dependency Status](https://gemnasium.com/RubifyTechnology/express_translate.svg)](https://gemnasium.com/RubifyTechnology/express_translate) [![Coverage Status](https://coveralls.io/repos/RubifyTechnology/express_translate/badge.png)](https://coveralls.io/r/RubifyTechnology/express_translate) [![Inline docs](http://inch-ci.org/github/RubifyTechnology/express_translate.png?branch=master)](http://inch-ci.org/github/RubifyTechnology/express_translate) @@ -20,11 +20,11 @@ ===== ##Installation ### 1. Gemfile ```bash -gem 'express_translate', '~> 1.0.0' +gem 'express_translate', '~> 1.0.1' ``` ### 2. Setup Run on terminal. ```bash @@ -42,10 +42,15 @@ ### Run Start Redis Server ```bash redis-server ``` - + +### Seed +```bash +rails g express_translate:seed +``` + ### Reset data ```bash rails g express_translate:reset ```