Skip to content

Commit

Permalink
Update install instruction in README files that use beta releases (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
gziolo authored Jan 10, 2018
1 parent 836b047 commit 2695155
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/dom-ready/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/url/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2695155

Please sign in to comment.