Skip to content

Commit 7658b29

Browse files
committed
readme: version
1 parent 8a238fd commit 7658b29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Custom error messages in JSON-Schema for Ajv validator
99

1010
**Please note**
1111

12-
ajv-errors v2 supports [ajv v7](https://github.com/ajv-validator/ajv).
12+
ajv-errors v3 supports [ajv v8](https://github.com/ajv-validator/ajv).
1313

1414
If you are using ajv v6, you should use [ajv-errors v1](https://github.com/ajv-validator/ajv-errors/tree/v1)
1515

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ajv-errors",
33
"version": "2.0.1",
4-
"description": "Custom error messages in JSON-Schema for Ajv validator",
4+
"description": "Custom error messages in JSON Schemas for Ajv validator",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
77
"files": [

0 commit comments

Comments
 (0)