aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2023-09-03 12:56:00 +0200
committerMartin Fischer <martin@push-f.com>2023-09-03 23:00:05 +0200
commit632a14059b24a9435efe4df6c186a36947938475 (patch)
treec8672aa1490463c50aa4002a9bfc585f3540ef49 /README.md
parent72bd5ff1f71f2ff666d667c6442e308f654d12c6 (diff)
docs: credit Markus in readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files 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.