From 6a4e99f893de78c6d9ad0b27fda56ebca9d56c27 Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Fri, 24 Jan 2025 22:39:58 +0100 Subject: [PATCH] download-manager/README.md: Fix typo --- doc/download-manager/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/download-manager/README.md b/doc/download-manager/README.md index ae6e68a5..232395b7 100644 --- a/doc/download-manager/README.md +++ b/doc/download-manager/README.md @@ -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