summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2024-07-26 12:41:27 +0200
committerGitHub <[email protected]>2024-07-26 12:41:27 +0200
commit2c658ea7f1207f32f761fea98fcd58c8481a1137 (patch)
treebbefaa7d3e1dfbfa9296a415f28a7a0c03b5bdd6
parent9f770b1d89c50f332c197139b6fb279b0d47d1e3 (diff)
Update readme.md
-rw-r--r--schemas/readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/schemas/readme.md b/schemas/readme.md
index 6ec41a46..534c4a78 100644
--- a/schemas/readme.md
+++ b/schemas/readme.md
@@ -10,6 +10,6 @@ This directory contains public schemas for the most important parts of applicati
$ docker run --rm -v "$(pwd):/src" -w "/src" node:14-alpine sh -c \
"npm install -g ajv-cli && \
ajv validate --all-errors --verbose \
- -s ./schemas/config/2.0.schema.json \
+ -s ./schemas/config/3.0.schema.json \
-d ./.rr*.y*ml"
```