download-manager/README.md: Fix typo
This commit is contained in:
parent
2dcf10d14a
commit
6a4e99f893
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ In order for Speed Dreams to know which assets can be downloaded, a
|
||||||
[JSON schema](./assets.schema.json) and
|
[JSON schema](./assets.schema.json) and
|
||||||
[a practical example](./assets.example.json) are defined. A database can be
|
[a practical example](./assets.example.json) are defined. A database can be
|
||||||
verified with the
|
verified with the
|
||||||
[`check-cjsonschema`](https://pypi.org/project/check-jsonschema/) utility:
|
[`check-jsonschema`](https://pypi.org/project/check-jsonschema/) utility:
|
||||||
|
|
||||||
```
|
```
|
||||||
check-jsonschema --schemafile assets.schema.json <file>
|
check-jsonschema --schemafile assets.schema.json <file>
|
||||||
|
|
Loading…
Reference in a new issue