We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b9d270 commit a34e4a9Copy full SHA for a34e4a9
1 file changed
README.md
@@ -31,7 +31,7 @@ Before the run you need to create a file with a config, let say `codemod.json`
31
32
Then for example to run codemod against all the files in `/src` run
33
```
34
-npx @codemod/cli --p import-move-codemod -o import-move-codemod=@codemod.json --printer prettier /src
+npx @codemod/cli -p import-move-codemod -o import-move-codemod=@codemod.json --printer prettier /src
35
36
37
0 commit comments