diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -16,3 +16,7 @@
 
 * Second version. Added new modules: Phonetic.Languages.General.Simple.Parsing, Phonetic.Languages.General.Lines.Parsing,
 Phonetic.Languages.General.GetInfo.Parsing. Added README.md file with some remarks to the new modules. 
+
+## 0.2.0.1 -- 2021-05-26
+
+* Second version revised A. Added some information to the README.md file related to the IPA and espeak-ng usage.
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -10,4 +10,28 @@
 
 Otherwise, the functions definitely will not work correctly.
 
-Are provided for testing purposes, may be not performant for production usage.
+Are provided mainly for testing purposes, may be not enough performant for production usage.
+
+ Espeak-ng Additional Usage and IPA
+ ==================================
+
+You can use additionally the espeak-ng program (see: https://github.com/espeak-ng/espeak-ng) and in the
+Unix / Linux terminal (bash shell) you can enter as a command something like:
+
+cat - | tr -d [:punct:] | espeak-ng -v{lang} -x -g 1 -s 130 --ipa
+
+where {lang} is the needed language code (see, the output of the espeak-ng --voices and besides the manual page for
+the espeak-ng).
+
+The IPA symbols information can be taken from the https://www.internationalphoneticassociation.org/content/full-ipa-chart
+or the https://www.internationalphoneticassociation.org/sites/default/files/phonsymbol.pdf
+Please, take into account the license information: the IPA chart and all its subparts
+are copyright 2018/2005 by the International Phonetic Association. As of July 2012, they are made freely
+available under a Creative Commons Attribution-Sharealike 3.0 Unported License (CC-BY-SA). This license
+allows any kind of re-use (including commercial reproduction and derivative works), as long as attribution
+is given and the reproduction or derivative work is under the same license.
+See http://creativecommons.org/licenses/by-sa/3.0/ for further description.
+
+It is rather easy to create the corresponding GWritingSystemPRPLX information using the IPA, but you can use
+some other respesentation. The idea for this is that you can use IPA line produced by the espeak-ng as the
+input 'String'.
diff --git a/phonetic-languages-simplified-generalized-examples-array.cabal b/phonetic-languages-simplified-generalized-examples-array.cabal
--- a/phonetic-languages-simplified-generalized-examples-array.cabal
+++ b/phonetic-languages-simplified-generalized-examples-array.cabal
@@ -3,7 +3,7 @@
 -- http://haskell.org/cabal/users-guide/
 
 name:                phonetic-languages-simplified-generalized-examples-array
-version:             0.2.0.0
+version:             0.2.0.1
 synopsis:            Helps to create texts with the given phonetic properties (e. g. poetic).
 description:         Is rewritten from the modules of the @phonetic-languages-simplified-examples-array@ package. Can be used not only for Ukrainian, but also for other languages. 
 homepage:            https://hackage.haskell.org/package/phonetic-languages-simplified-generalized-examples-array
