Skip to content

Commit

Permalink
Merge branch 'master' of github.com:WordPress/packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Silverstein committed Nov 29, 2017
2 parents 1b693b9 + 2b2583c commit eeef5a8
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 eeef5a8

Please sign in to comment.