From 0c1351cd498c40944eab846b462c25236d741498 Mon Sep 17 00:00:00 2001 From: Mike Gifford Date: Wed, 2 Aug 2023 15:19:06 -0400 Subject: [PATCH] Update README.md I do think it is worth marking this as required. It doesn't fail if there is no domain, but it doesn't provide useful feedback either. I would it was optional if it provided a list of all domains and their score if it was blank. https://reports.openato.com/axe/domain_error_summary?domain=www.cms.gov --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 934770f..dd14e86 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,7 @@ Provides a summary of Axe accessibility test results specifically for domains. T ##### URL Parameters: -- `domain` (Optional): Specifies the domain & sub-domains for which to return a summary. If not provided, defaults to 'nasa.gov'. +- `domain` (Required): Specifies the domain & sub-domains for which to return a summary. If not provided, defaults to 'nasa.gov'. - `format` (Optional): Specifies the output format of the results. The supported formats are CSV, XLSX, HTML, XML, YAML, and JSON. If not provided, defaults to JSON. ##### Output Format: