test readme change

master
Evgeny Poberezkin 2016-03-30 01:35:38 +01:00
parent eddb249913
commit b7c98396e5
1 changed files with 3 additions and 3 deletions

View File

@ -126,11 +126,11 @@ __Please note__: every time validation function or `ajv.validate` are called `er
## Using in browser
You can require ajv directly from the code you browserify - in this case ajv will be a part of your bundle.
You can require Ajv directly from the code you browserify - in this case Ajv will be a part of your bundle.
If you need to use ajv in several bundles you can create a separate UMD bundle using `npm run bundle` script (thanks to [siddo420](https://github.com/siddo420)).
If you need to use Ajv in several bundles you can create a separate UMD bundle using `npm run bundle` script (thanks to [siddo420](https://github.com/siddo420)).
Then you need to load ajv in the browser:
Then you need to load Ajv in the browser:
```html
<script src="ajv.min.js"></script>
```