From e7f0c81c136a06b3e08c742b75828bf6071a2ddb Mon Sep 17 00:00:00 2001 From: Vadim Cebaniuc Date: Sat, 27 Jun 2020 19:18:52 +0300 Subject: [PATCH] Fix mistype in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 10487a386..c340f339c 100644 --- a/README.md +++ b/README.md @@ -321,7 +321,7 @@ You can add additional formats and replace any of the formats above using [addFo The option `unknownFormats` allows changing the default behaviour when an unknown format is encountered. In this case Ajv can either fail schema compilation (default) or ignore it (default in versions before 5.0.0). You also can whitelist specific format(s) to be ignored. See [Options](#options) for details. -You can find regular expressions used for format validation and the sources that were used in [formats.js](https://github.com/ajv-validatorv/ajv/blob/master/lib/compile/formats.js). +You can find regular expressions used for format validation and the sources that were used in [formats.js](https://github.com/ajv-validator/ajv/blob/master/lib/compile/formats.js). ## Combining schemas with $ref