README.md in translate_self-0.8.0 vs README.md in translate_self-0.9.0

- old
+ new

@@ -32,10 +32,10 @@ ``` What's even better is that you can also save some typing by using the shortened alias such as below: ```ruby -"hello world".t_to_ja # or t_to_fi, t_to_ru... endless possibilities! +"hello world".to_ja # or to_fi, to_ru... endless possibilities! # 世界よ、ハローだ ``` This gem uses the wonderful DeepL for Ruby as its backend.