diff --git a/README.md b/README.md index 1c6c476..855bfb5 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Custom [Jest][Jest] matcher for [axe](https://github.com/dequelabs/axe-core) for testing accessibility ## ⚠️✋ This project does not guarantee that what you build is accessible. -The GDS Accessibility team found that only [~30% of issues are found by automated testing](https://accessibility.blog.gov.uk/2017/02/24/what-we-found-when-we-tested-tools-on-the-worlds-least-accessible-webpage). +The GDS Accessibility team found that around [~30% of access barriers are missed by automated testing](https://accessibility.blog.gov.uk/2017/02/24/what-we-found-when-we-tested-tools-on-the-worlds-least-accessible-webpage). Tools like axe are similar to [code linters](https://en.wikipedia.org/wiki/Lint_%28software%29) such as [eslint](https://eslint.org/) or [stylelint](https://stylelint.io/): they can find common issues but cannot guarantee that what you build works for users.