From 1e87fcce138ed17c1d7656ff8d9c6003a32a4f72 Mon Sep 17 00:00:00 2001 From: Lutz Roeder Date: Mon, 1 Jun 2020 16:20:39 -0700 Subject: [PATCH] Fix casing of URL: in sample (#529) (#562) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 44bccfef2..abfa4c10c 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ License: string # the open source license or copyright InstallerType: string # enumeration of supported installer types (exe, msi, msix) Installers: - Arch: string # enumeration of supported architectures - URL: string # path to download installation file + Url: string # path to download installation file Sha256: string # SHA256 calculated from installer # ManifestVersion: 0.1.0 ```