mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 12:19:15 +00:00
fix(transformer): correct comment in example (#3831)
Correct instructions for transformer example.
This commit is contained in:
parent
cfcef241db
commit
ff1da27278
1 changed files with 1 additions and 1 deletions
|
|
@ -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"`
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue