diff --git a/packages/a11y/README.md b/packages/a11y/README.md index a32be37bd641e1..45a4c0aa2bfccf 100644 --- a/packages/a11y/README.md +++ b/packages/a11y/README.md @@ -7,7 +7,7 @@ Collection of JS modules for enhancing accessibility. Install the module ```bash -npm install @wordpress/a11y@next --save +npm install @wordpress/a11y --save ``` ## speak diff --git a/packages/hooks/README.md b/packages/hooks/README.md index 625a7be235a425..55bac54e0472fe 100644 --- a/packages/hooks/README.md +++ b/packages/hooks/README.md @@ -7,7 +7,7 @@ A lightweight & efficient EventManager for JavaScript in WordPress. Install the module ```bash -npm install @wordpress/hooks@next --save +npm install @wordpress/hooks --save ``` ### Usage