Skip to content

Commit b73883f

Browse files
committed
chore: Updated README
1 parent c2c0ada commit b73883f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

packages/cli/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,9 @@ npx @codemod-utils/cli --root <path/to/your/project>
8585

8686
<summary>Optional: Create a JavaScript project</summary>
8787

88-
By default, `@codemod-utils/cli` creates a TypeScript project to help you maintain and extend the codemod. To create a JavaScript project, set `--typescript` to `false`.
88+
By default, `@codemod-utils/cli` creates a TypeScript project to help you maintain and extend the codemod.
89+
90+
To create a JavaScript project, set `--typescript` to `false`.
8991

9092
```sh
9193
npx @codemod-utils/cli --typescript false

0 commit comments

Comments
 (0)