diff --git a/crates/oxc_semantic/examples/semantic.rs b/crates/oxc_semantic/examples/semantic.rs index be3ab66cbb14d..0bc52c9aa96ff 100644 --- a/crates/oxc_semantic/examples/semantic.rs +++ b/crates/oxc_semantic/examples/semantic.rs @@ -9,8 +9,8 @@ use oxc_span::SourceType; // Instruction: // create a `test.js`, -// run `cargo run -p oxc_semantic --example simple` -// or `just watch "run -p oxc_semantic --example simple"` +// run `cargo run -p oxc_semantic --example semantic` +// or `just watch "run -p oxc_semantic --example semantic"` fn main() -> std::io::Result<()> { let name = env::args().nth(1).unwrap_or_else(|| "test.js".to_string());