Skip to content

Commit a34e4a9

Browse files
committed
fix: typo
1 parent 8b9d270 commit a34e4a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Before the run you need to create a file with a config, let say `codemod.json`
3131

3232
Then for example to run codemod against all the files in `/src` run
3333
```
34-
npx @codemod/cli --p import-move-codemod -o import-move-codemod=@codemod.json --printer prettier /src
34+
npx @codemod/cli -p import-move-codemod -o import-move-codemod=@codemod.json --printer prettier /src
3535
```
3636

3737

0 commit comments

Comments
 (0)