From 9ab7efbbbf088c3157085f0342da4fb61335b7a6 Mon Sep 17 00:00:00 2001 From: Leonid Andreev Date: Tue, 4 Feb 2025 13:34:23 -0500 Subject: [PATCH] cosmetic #11207 --- scripts/zipdownload/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/zipdownload/README.md b/scripts/zipdownload/README.md index 11d76d57e21..5b0c49cd84f 100644 --- a/scripts/zipdownload/README.md +++ b/scripts/zipdownload/README.md @@ -106,4 +106,4 @@ the browser could make to send all that info to the zipper. But if we want to implement something similar in the API, I felt like I really wanted to be able to simply issue a quick redirect to a manageable url, which with the implementation above is simply ```/cgi-bin/zipdownload?```, with the `````` being just a 16 -character hex string in the current implementation. +character hex string in.