diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -123,3 +123,7 @@
 count in the recursive mode not just from the beginning of the word concatenation but also from the end using
 the commonly used programming pattern of the negative integer indexing. Updated the dependencies so that now
 it can use multiple improvements of the dependencies. Some documentation improvements.
+
+## 0.11.0.1 -- 2021-09-06
+
+* The eleventh version revised A. Fixed issue with documentation (README) file.
diff --git a/README b/README
--- a/README
+++ b/README
@@ -108,13 +108,12 @@
 is incompatible with the constraints (+a ... -a).
 
 Since the 0.11.0.0 version there is also the most complex mode of multiple sources processment or
-recursive interactive cycle mode. For this use +t_ ... -t command line arguments group with the
+recursive interactive cycle mode. For this use *t_ ... ^t command line arguments group with the
 _ being one of the following: 20, 21, 30, 31, 40, 41, 50, 51, 60, 61, 70, 71.
 
 For example:
 
-lineVariantsG3 +r 3 w04 +t71 "sadok.txt" "other_poem.txt" "just_text.txt" -t
-
+lineVariantsG3 +r 3 w04 *t71 "sadok.txt" "other_poem.txt" "just_text.txt" ^t
 
 2) propertiesTextG3:
 
diff --git a/phonetic-languages-simplified-examples-array.cabal b/phonetic-languages-simplified-examples-array.cabal
--- a/phonetic-languages-simplified-examples-array.cabal
+++ b/phonetic-languages-simplified-examples-array.cabal
@@ -2,7 +2,7 @@
 -- further documentation, see http://haskell.org/cabal/users-guide/
 
 name:                phonetic-languages-simplified-examples-array
-version:             0.11.0.0
+version:             0.11.0.1
 synopsis:            Helps to create Ukrainian texts with the given phonetic properties.
 description:         Uses more functionality of the arrays and lists. The vector-related functionality is removed and this made the executables and libraries much more lightweight. Deal the Ukrainian as one of the phonetic languages. For the brief introduction in English, please, refer to: https://functional-art.org/2020/papers/Poetry-OleksandrZhabenko.pdf. Since the version 0.3.0.0 the package has the multiple variations mode for @lineVariantsG3@ executable that allows to use modifications in the text, e. g. synonyms, paraphrases etc.
 homepage:            https://hackage.haskell.org/package/phonetic-languages-simplified-examples-array
