Skip to content

Commit

Permalink
Fix codemod name in documentation (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
coreylight authored and sirreal committed Oct 16, 2019
1 parent 31d87c4 commit ee70aff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/calypso-codemods/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ calypso-codemods commonjs-exports client/devdocs/a.js client/devdocs/b.js client
How about chaining codemods on multiple directories?

```bash
calypso-codemods commonjs-imports,commonjs-exports,named-export-from-default client/blocks/ client/components/
calypso-codemods commonjs-imports,commonjs-exports,named-exports-from-default client/blocks/ client/components/
```

## List of available transformations
Expand Down

0 comments on commit ee70aff

Please sign in to comment.