aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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.