diff options
| -rw-r--r-- | README.md | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -7,7 +7,7 @@ Spec-compliant HTML parsing [requires both tokenization and tree-construction][p  While this crate implements a spec-compliant HTML tokenizer it does not implement any  tree-construction. Instead it just provides a `NaiveParser` that may be used as follows: -``` +```rust  use std::fmt::Write;  use html5tokenizer::{NaiveParser, Token}; | 
