From 81930697b45fcd2aa79d79d362680dde91333124 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juanjo=20L=C3=B3pez?= Date: Mon, 8 Apr 2024 13:24:27 +0200 Subject: [PATCH] Updated README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ac37783..e259a96 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,12 @@ * [What is DDEV Pa11y Add-on?](#what-is-ddev-pa11y-add-on) * [Components of the repository](#components-of-the-repository) * [Getting started](#getting-started) -* [How to debug in Github Actions](#how-to-debug-tests-github-actions) ## What is DDEV Pa11y Add-on? This repository provides a [DDEV](https://ddev.readthedocs.io) add-on for the Pa11y service. Pa11y is an automated accessibility testing tool that helps developers make their web applications more accessible. +This is optimized for [Aljibe projects](https://github.com/Metadrop/Aljibe/), but can be used in any DDEV project. + In DDEV, addons can be installed from the command line using the `ddev get` command, for example, `ddev get Metadrop/ddev-pa11y`. ## Components of the repository @@ -25,4 +26,4 @@ In DDEV, addons can be installed from the command line using the `ddev get` comm 2. Start the DDEV project with `ddev start` or `ddev restart`if already started. 3. Run the Pa11y service with `ddev pa11y http://metadrop.net --reporter=junit --standard WCAG2A`. -4. **Contributed and maintained by [@Metadrop](https://github.com/Metadrop)** \ No newline at end of file +**Contributed and maintained by [@Metadrop](https://github.com/Metadrop)** \ No newline at end of file