From ee70affae99fc9cd2c5a8222da4e11f250a31806 Mon Sep 17 00:00:00 2001 From: Corey Light Date: Sat, 28 Sep 2019 15:51:06 -0500 Subject: [PATCH] Fix codemod name in documentation (#5) --- packages/calypso-codemods/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/calypso-codemods/README.md b/packages/calypso-codemods/README.md index abb2db8960e7d..9d2efa7b958fa 100644 --- a/packages/calypso-codemods/README.md +++ b/packages/calypso-codemods/README.md @@ -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