download-manager/README.md: Fix typo
Some checks failed
/ build (ubuntu-sd:jammy) (pull_request) Has been cancelled
/ build (debian-sd:stable) (pull_request) Has been cancelled
/ build (pull_request) Has been cancelled

This commit is contained in:
Xavier Del Campo Romero 2025-01-24 22:39:58 +01:00
parent 2dcf10d14a
commit 6a4e99f893
Signed by: xavi
GPG key ID: 84FF3612A9BF43F2

View file

@ -38,7 +38,7 @@ In order for Speed Dreams to know which assets can be downloaded, a
[JSON schema](./assets.schema.json) and
[a practical example](./assets.example.json) are defined. A database can be
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>