fix(transformer): correct comment in example (#3831)

Correct instructions for transformer example.
This commit is contained in:
overlookmotel 2024-06-22 19:08:01 +00:00
parent cfcef241db
commit ff1da27278

View file

@ -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"`