Skip to content

Commit

Permalink
Merge pull request #50 from WordPress/fix/update-readme-after-release
Browse files Browse the repository at this point in the history
a11y & hooks: remove ‘@next’ from install instructions
  • Loading branch information
Adam Silverstein authored Nov 28, 2017
2 parents 1b693b9 + 99f5046 commit 2b2583c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/a11y/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/hooks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2b2583c

Please sign in to comment.