diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -27,3 +27,7 @@
 
 * Third version revised A. Added README.md file into source tarball so that it is displayed, too.
 
+## 0.3.0.2 -- 2023-04-18
+
+* Third version revised B. Improved the quality of the documentation in the README.md file.
+
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,9 +1,14 @@
+You can convert some list to another one with just predefined set of values. 
+Uses some rounding techniques and recaps about quantum states superposition 
+(therefore, the package's name).
+
 Devotion
 ========
 
-P.S.: the author would like to devote this project to support the Foundation GASTROSTARS.
-On the 19/04/2023 there is the founder's (that is [Emma Kok](https://emmakok.nl) namesday, 
-the memory of St. Emma of Lesum or Emma of Stiepel (also known as Hemma and Imma).
+Author would like to devote this project to support the [Foundation
+Gastrostars](https://gastrostars.nl).
+On the 19/04/2023 there is the foundation founder's (that is [Emma Kok](https://emmakok.nl)) 
+namesday, the memory of St. Emma of Lesum or Emma of Stiepel (also known as Hemma and Imma).
 If you would like to share some financial support, please, contact the foundation
 using the URL:
 
diff --git a/quantizer.cabal b/quantizer.cabal
--- a/quantizer.cabal
+++ b/quantizer.cabal
@@ -1,5 +1,5 @@
 name:                quantizer
-version:             0.3.0.1
+version:             0.3.0.2
 synopsis:            Library to provide the behaviour similar to quantum states superposition. 
 description:         Has three modules with similar functionality. The functions provide the somewhat generalized way to round the numbers based on some data.
 homepage:            https://hackage.haskell.org/package/quantizer
