From 632a14059b24a9435efe4df6c186a36947938475 Mon Sep 17 00:00:00 2001
From: Martin Fischer <martin@push-f.com>
Date: Sun, 3 Sep 2023 12:56:00 +0200
Subject: docs: credit Markus in readme

---
 README.md | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 570a769..30da834 100644
--- a/README.md
+++ b/README.md
@@ -48,9 +48,11 @@ assert_eq!(new_html, "<title>hello world</title>");
 The tokenizer passes the [html5lib tokenizer test suite].
 The library is not yet fuzz tested.
 
-## Compared to html5gum
+## Credits
 
-`html5tokenizer` was forked from [html5gum] 0.2.1.
+html5tokenizer was forked from [html5gum] 0.2.1, which was created by
+Markus Unterwaditzer who deserves major props for implementing all 80 (!)
+tokenizer states.
 
 * Code span support has been added.
 * The API has been revised.
-- 
cgit v1.2.3