Skip to content

Commit 35cc264

Browse files
Merge pull request #44 from sawyerh/patch-1
Fix init command example
2 parents d7a2ef0 + 3c5a4be commit 35cc264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/api/codeshift-cli.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ Generates a new codemod at your desired path
131131
Create a new codemod package called foobar with a transform for version 10
132132
on the Desktop
133133

134-
- `$ codeshift-cli init --packageName="foobar" --version"10.0.0" ~/Desktop`
134+
- `$ codeshift-cli init --package-name="foobar" --version="10.0.0" ~/Desktop`
135135

136136
### validate
137137

0 commit comments

Comments
 (0)