aboutsummaryrefslogtreecommitdiff
path: root/examples/switch-state.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/switch-state.rs')
-rw-r--r--examples/switch-state.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/switch-state.rs b/examples/switch-state.rs
index e966687..9ebc673 100644
--- a/examples/switch-state.rs
+++ b/examples/switch-state.rs
@@ -1,6 +1,6 @@
//! Let's you easily try out the tokenizer with e.g.
//! printf '<style><b>Hello world!</b></style>' | cargo run --example=switch-state
-use html5gum::{BufReadReader, Token, Tokenizer};
+use html5tokenizer::{BufReadReader, Token, Tokenizer};
use std::io::stdin;
fn main() {