Skip to content

Commit

Permalink
Fixed README default config example
Browse files Browse the repository at this point in the history
  • Loading branch information
juanjol committed Oct 30, 2024
1 parent aa64eef commit bccd473
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ In DDEV, addons can be installed from the command line using the `ddev add-on ge

## Customizing the Pa11y configuration

The Pa11y configuration can be customized by creating a custom .json file inside tests/pa11y folder. For example, you can create a file called `tests/pa11y/config.json` with the following content:
The Pa11y configuration can be customized by update the custom .json file inside tests/pa11y folder. For example, you can create a file called `tests/pa11y/config.json` with the following content:

```json
{
Expand All @@ -59,5 +59,4 @@ The Pa11y configuration can be customized by creating a custom .json file inside
To use this config file, you can run the Pa11y service with the following command:
`ddev pa11y http://example.com --config=/tests/pa11y/config.json --reporter=junit`.


**Contributed and maintained by [@Metadrop](https://github.com/Metadrop)**

0 comments on commit bccd473

Please sign in to comment.