README.md in habluhablu-0.2.0 vs README.md in habluhablu-0.2.1
- old
+ new
@@ -1,49 +1,50 @@
-# HabluHablu
-
-HabluHablu is a gem which allows you to generate language file with translations of the most useful phrases.
-
-There is also an option to add countries flag using bootstrap (for more informations go to languages/Countries_Flags.md).
-
-## Supported languages
-
-- English
-- Polish
-- Spanish
-- German
-- French
-- Hebrew
-- If you want to help me out and add your language, then contact me patrick.gramatowski@gmail.com
-- In progress...
-
-### Installation
-
-Add this line to your application's Gemfile:
-
-Install [I18n gem](https://github.com/ruby-i18n/i18n)
-
-```ruby
-gem 'habluhablu'
-```
-
-And then execute:
-
- $ bundle install
-
-Or install it yourself as:
-
- $ gem install habluhablu
-
-### Usage
-
-Generate file for a specific language using `habluhablu -l <symbol>` command.
-[List of symbols](https://www.w3.org/International/O-charset-lang.html)
-
-`habluhablu --help`
-
-### Contributing
-
-Bug reports and pull requests are welcome on GitHub at https://github.com/patrickgramatowski/habluhablu_gem.
-
-### License
-
-The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
+[![Gem Version](https://badge.fury.io/rb/habluhablu.svg)](https://badge.fury.io/rb/habluhablu)
+
+# HabluHablu
+
+HabluHablu is a CLI written in Ruby, which allows you to generate language file with translations of the most useful phrases.
+
+## Supported languages
+
+- English
+- Polish
+- Arabic
+- Spanish
+- Hebrew
+- If you want to help me out and add your language, don't hesitate!
+- In progress...
+
+### Installation
+
+Add this line to your application's Gemfile:
+
+Install [I18n gem](https://github.com/ruby-i18n/i18n)
+
+```ruby
+gem 'habluhablu'
+```
+
+And then execute:
+
+ $ bundle install
+
+Or install it yourself as:
+
+ $ gem install habluhablu
+
+### Usage
+
+Generate file for a specific language using `habluhablu -l <symbol>` command.
+[List of symbols](https://www.w3.org/International/O-charset-lang.html)
+
+`habluhablu --help`
+
+There is also an option to add countries flag using bootstrap (for more informations go to languages/Countries_Flags.md).
+
+### Contributing
+
+Bug reports and pull requests are welcome on GitHub at https://github.com/patrickgramatowski/habluhablu_gem.
+
+### License
+
+The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).