From d5226ce337e4b06c5c11194d66428b8a862dc313 Mon Sep 17 00:00:00 2001 From: Pedro Augusto de Paula Barbosa Date: Tue, 12 May 2020 23:56:55 -0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ef5bb3..07d0c03 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Run your critical pages through [pa11y](https://github.com/pa11y/pa11y) and fail The demo site is a Gatsby blog that has been modified to have some inaccessible elements: https://netlify-plugin-a11y.netlify.com/ - the [Hello World](https://netlify-plugin-a11y.netlify.com/hello-world/) page has an image with no `alt` text -- the [Second Post](https://netlify-plugin-a11y.netlify.com/my-second-post/) page has a form no submit button, and an input with no label. +- the [Second Post](https://netlify-plugin-a11y.netlify.com/my-second-post/) page has a form with no submit button, and an input with no label. You can see the impact of the plugin in the deploy logs of this demo site: https://app.netlify.com/sites/netlify-plugin-a11y/deploys. By default, the plugin is set to error on failure: