Skip to content

Commit 2c658ea

Browse files
authored
Update readme.md
1 parent 9f770b1 commit 2c658ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schemas/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ This directory contains public schemas for the most important parts of applicati
1010
$ docker run --rm -v "$(pwd):/src" -w "/src" node:14-alpine sh -c \
1111
"npm install -g ajv-cli && \
1212
ajv validate --all-errors --verbose \
13-
-s ./schemas/config/2.0.schema.json \
13+
-s ./schemas/config/3.0.schema.json \
1414
-d ./.rr*.y*ml"
1515
```

0 commit comments

Comments
 (0)