= commited on
Commit
b77f050
·
1 Parent(s): c29ef7d

added medium link

Browse files
Files changed (1) hide show
  1. README.rst +10 -1
README.rst CHANGED
@@ -106,5 +106,14 @@ The mymemory translator is also supported for version >= 1.0.2:
106
  word = 'good'
107
  translated_word = MyMemoryTranslator(source='english', target='french').translate(word)
108
 
 
 
 
 
 
 
 
 
 
109
  Take a look in the examples folder for more :)
110
- Please contribute and give me a feedback if you found the package useful/helpful or you are using it :)
 
106
  word = 'good'
107
  translated_word = MyMemoryTranslator(source='english', target='french').translate(word)
108
 
109
+ ========
110
+ Links
111
+ ========
112
+ Check this article on medium to know why you should use the deep-translator package and how to translate text using python.
113
+ https://medium.com/@nidhalbacc/how-to-translate-text-with-python-9d203139dcf5
114
+
115
+ ========
116
+ Finally
117
+ ========
118
  Take a look in the examples folder for more :)
119
+ Feel free to contribute and give me a feedback if you found the package useful/helpful or you are using it :)