diff --git a/README.md b/README.md
index 74cad45..488e582 100644
--- a/README.md
+++ b/README.md
@@ -47,7 +47,7 @@ In production build, react app is built and bundled as APS.NET static asset, bei
For each celebrity, we store full name and anagram key.
Anagram key is calculated as follows:
-- Celebrity full name is normalized and case folded, as described in Default Caseless Matching chapter in unicode documentation
+- Celebrity full name is normalized and case folded, as described in Default Caseless Matching in 3rd chapter of unicode standard
- Whitespace and punctuation is removed from normalized celebrity full name, as those are neutral characters in anagram
- Result of that is then parsed into Unicode grapheme clusters and then ordered by ordinal value, resulting in what we call anagram key