diff --git a/README.md b/README.md
index 4317ee802430a6b4cb3719d0533e947bb6b5e373..de5081fc8c10bfd7dd7e49c9ed49da287615d528 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
 
 ## Intro
 Random data generator.  
-Random data are hardware generated by reading the on-chip hardware random data generator which has been seeded by an on-chip entropy source via the [rdrand instruction](https://software.intel.com/content/www/us/en/develop/blogs/find-out-about-intels-new-rdrand-instruction.html). Alternatively, random data are generated by the permuted congruential generator (PCG)  pseudorandom number generation algorithm. The PCG code uses [minimal PCG implementation](https://www.pcg-random.org/download.html).
+Random data are hardware generated by reading the on-chip hardware random data generator which has been seeded by an on-chip entropy source via the [rdrand instruction](https://software.intel.com/content/www/us/en/develop/blogs/find-out-about-intels-new-rdrand-instruction.html). Alternatively, pseudorandom data are generated by the permuted congruential generator (PCG)  pseudorandom number generation algorithm. The PCG code uses [minimal PCG implementation](https://www.pcg-random.org/download.html).
 
 ## Source