README.md in termit-2.0.5 vs README.md in termit-2.0.6

- old
+ new

@@ -1,9 +1,9 @@ #Termit [![Build Status](https://travis-ci.org/pawurb/termit.png)](https://travis-ci.org/pawurb/termit) [![Gem Version](https://badge.fury.io/rb/termit.png)](http://badge.fury.io/rb/termit) -Termit is an easy way to use Google Translate in your terminal. It does not use paid Google Translate API but instead it headlessly browses www.translate.google.com and parses the response. +Termit is an easy way to use Google Translate in your terminal. ## Installation ```ruby gem install termit ``` @@ -29,13 +29,13 @@ termit fr ru qui est votre papa? => "Кто твой папочка?" ``` #### Speech synthesis -Specify a **-t** (talk) flag to use speech synthesis: +Specify a **-t** (talk) flag to use speech synthesis (requires mpg123): ``` ruby -termit en zh "hey cowboy where is your horse?" -v +termit en zh "hey cowboy where is your horse?" -t => "嘿,牛仔是你的马在哪里?" #and a chinese voice says something about a horse ``` #### Synonyms @@ -62,23 +62,25 @@ ## Requirements Works with Ruby 1.9.2 and higher. -To use speech synthesis (yes it talks) you need to have mpg123 installed. +To use speech synthesis you need to have mpg123 installed. For Ubuntu: sudo apt-get install mpg123 For MacOSX: brew install mpg123 +## Status +This is my first open-source project for people to use. Any feedback will be appreciated. +You can contact me on: p.urbanek89@gmail.com -Any feedback will be appreciated. You can contact me on: p.urbanek89@gmail.com - +Btw. I am looking for a job as a rails developer now and I am willing to relocate.