From 95fe249b22443195c017d078472263248eb69014 Mon Sep 17 00:00:00 2001 From: Marin Atanasov Date: Wed, 12 Jul 2023 17:42:43 +0300 Subject: [PATCH] Remove Lodash from dependency adding example --- packages/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/README.md b/packages/README.md index ac34216efcd13..c2a32cf068ac3 100644 --- a/packages/README.md +++ b/packages/README.md @@ -75,10 +75,10 @@ The simplest way to add a production dependency to one of the packages is to run _Example:_ ```bash -lerna add lodash packages/a11y +lerna add change-case packages/a11y ``` -This command adds the latest version of `lodash` as a dependency to the `@wordpress/a11y` package, which is located in `packages/a11y` folder. +This command adds the latest version of `change-case` as a dependency to the `@wordpress/a11y` package, which is located in `packages/a11y` folder. #### Removing Existing Dependencies