README.md in translate_self-0.7.0 vs README.md in translate_self-0.8.0
- old
+ new
@@ -29,9 +29,16 @@
```ruby
"hello world".translate_to_ja
# 世界よ、ハローだ
```
+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!
+# 世界よ、ハローだ
+```
+
This gem uses the wonderful DeepL for Ruby as its backend.
https://github.com/wikiti/deepl-rb