aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index ccb2757..ce68663 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,8 @@
`html5tokenizer` is a WHATWG-compliant HTML tokenizer
(forked from [html5gum] with added code span support).
-```rust
+<!-- TODO: update to use NaiveParser API -->
+```ignore
use std::fmt::Write;
use html5tokenizer::{DefaultEmitter, Tokenizer, Token};