From 518840e8d466bd123b9a749d5bf4fe580be183ec Mon Sep 17 00:00:00 2001 From: Gresille & Siffle <39056254+GresilleSiffle@users.noreply.github.com> Date: Tue, 22 Aug 2023 09:58:49 +0200 Subject: [PATCH] [docs] fix codemod name in changelog of 5.14.4 The release note 5.14.4 invites the developers to run this cmd: - v5.0.0/base-use-named-imports But this command doesn't exist, the following cmd should be run instead: - v5.0.0/base-use-named-exports See: - https://github.com/mui/material-ui/blob/1e418e64ff2564878bb059a27d4120c3cbdeb9db/packages/mui-codemod/README.md#base-use-named-exports Signed-off-by: Gresille & Siffle <39056254+GresilleSiffle@users.noreply.github.com> --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3dab178f42a2a..a1345533b313ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -116,7 +116,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som A codemod is provided to help with the migration: ```bash - npx @mui/codemod v5.0.0/base-use-named-imports + npx @mui/codemod v5.0.0/base-use-named-exports ``` #### Changes