Skip to content

Commit

Permalink
docs: using 5.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
epoberezkin committed Mar 1, 2017
1 parent 81dbc2c commit 16b36f6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -11,9 +11,9 @@ The fastest JSON Schema validator for node.js and browser. Supports [v5 proposal
[![Gitter](https://img.shields.io/gitter/room/ajv-validator/ajv.svg)](https://gitter.im/ajv-validator/ajv)


__Please note__: You can start using NEW beta version 5.0.2 ([migration guide](https://github.com/epoberezkin/ajv/releases/tag/5.0.1-beta.0)) with the support of draft 6 (not officially published yet): `npm install ajv@^5.0.2-beta`.
__Please note__: You can start using NEW beta version [5.0.3](https://github.com/epoberezkin/ajv/releases/tag/5.0.3-beta.0) (see [migration guide from 4.x.x](https://github.com/epoberezkin/ajv/releases/tag/5.0.1-beta.0)) with the support of JSON-Schema draft-06 (not officially published yet): `npm install ajv@^5.0.3-beta`.

Also see [docs](https://github.com/epoberezkin/ajv/tree/5.0.2-beta.0) for 5.0.2.
Also see [docs](https://github.com/epoberezkin/ajv/tree/5.0.3-beta.0) for 5.0.3.


## Contents
Expand Down 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.2 (see [migration guide](https://github.com/epoberezkin/ajv/releases/tag/5.0.1-beta.0)):
To install a stable beta version [5.0.3](https://github.com/epoberezkin/ajv/releases/tag/5.0.3-beta.0) (see [migration guide from 4.x.x](https://github.com/epoberezkin/ajv/releases/tag/5.0.1-beta.0)):

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


Expand Down

0 comments on commit 16b36f6

Please sign in to comment.