Skip to content

Commit

Permalink
docs: update beta version install command
Browse files Browse the repository at this point in the history
  • Loading branch information
epoberezkin committed Feb 12, 2017
1 parent 3880538 commit b9a2a83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,10 @@ Currently Ajv is the only validator that passes all the tests from [JSON Schema
npm install ajv
```

To install a stable beta version [5.0.1](https://github.com/epoberezkin/ajv/releases/tag/5.0.1-beta.1):
To install a stable beta version 5.0.2 (see [migration guide](https://github.com/epoberezkin/ajv/releases/tag/5.0.1-beta.0)):

```
npm install ajv@^5.0.1-beta
npm install ajv@^5.0.2-beta
```


Expand Down

0 comments on commit b9a2a83

Please sign in to comment.