Fix typo in README.md

This commit is contained in:
Daniel Valentine 2022-11-27 13:58:59 -07:00
parent 8f28c75f86
commit 0e25e45008

View File

@ -134,7 +134,7 @@ The script will process the CSV and for each row connect to the URL and get the
"url": "<url>", "url": "<url>",
"version": "<version>", "version": "<version>",
"cloudflare": <true if cloudflare is enabled; null otherwise>, "cloudflare": <true if cloudflare is enabled; null otherwise>,
"description: "<description if non-empty; null otherwise>" "description": "<description if non-empty; null otherwise>"
} }
``` ```