README.md in termit-2.0.8 vs README.md in termit-2.0.9
- old
+ new
@@ -32,13 +32,19 @@
#### Speech synthesis
Specify a **-t** (talk) flag to use speech synthesis (requires mpg123):
``` ruby
termit en zh "hey cowboy where is your horse?" -t
-=> "嘿,牛仔是你的马在哪里?" #and a chinese voice says something about a horse
+=> "嘿,牛仔是你的马在哪里?" # and a chinese voice says something about a horse
```
+You can use termit as a speech synthesizer of any supported language without having to translate anything:
+``` ruby
+termit en en "hold your horses cowboy !" -t
+=> "hold your horses cowboy !" # and an english voice asks you to hold on
+```
+
#### Synonyms
Specify a **-s** (synonyms) flag to get the list of synonyms if available:
``` ruby
termit es en muchacho -s
@@ -75,11 +81,9 @@
brew install mpg123
## Status
This is my first open-source project for people to use. Any feedback will be appreciated.
-
-Currently I am available for hire as a rails developer and willing to relocate.
You can contact me on: p.urbanek89@gmail.com