Skip to content

Commit

Permalink
fix(transformer): correct comment in example (#3831)
Browse files Browse the repository at this point in the history
Correct instructions for transformer example.
  • Loading branch information
overlookmotel committed Jun 22, 2024
1 parent cfcef24 commit ff1da27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/oxc_transformer/examples/transformer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use oxc_transformer::{
};

// Instruction:
// create a `test.js`,
// create a `test.tsx`,
// run `cargo run -p oxc_transformer --example transformer`
// or `just watch "run -p oxc_transformer --example transformer"`

Expand Down

0 comments on commit ff1da27

Please sign in to comment.