diff --git a/packages/dom-ready/README.md b/packages/dom-ready/README.md index a17eb9df6817da..a8c7bd0262877f 100644 --- a/packages/dom-ready/README.md +++ b/packages/dom-ready/README.md @@ -7,7 +7,7 @@ Executes a function after the DOM has loaded. Install the module ```bash -npm install @wordpress/dom-ready@next --save +npm install @wordpress/dom-ready --save ``` ### Usage diff --git a/packages/url/README.md b/packages/url/README.md index ae31e95e7f0ee5..3943a364a21c1d 100644 --- a/packages/url/README.md +++ b/packages/url/README.md @@ -7,7 +7,7 @@ A collection of utilities to manipulate URLs Install the module ```bash -npm install @wordpress/url@next --save +npm install @wordpress/url --save ``` ## Usage