From b242a039508c9fd57c49c3cf1873950859e5e120 Mon Sep 17 00:00:00 2001 From: Pavel Pomerantsev Date: Mon, 25 Aug 2025 12:40:11 -0400 Subject: [PATCH] [Docs] Suggest an alternative to @axe-core/react Resolves #1058 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ec1ecaf..1a017391 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Static AST checker for accessibility rules on JSX elements. ## Why? -This plugin does a static evaluation of the JSX to spot accessibility issues in React apps. Because it only catches errors in static code, use it in combination with [@axe-core/react](https://github.com/dequelabs/axe-core-npm/tree/develop/packages/react) to test the accessibility of the rendered DOM. Consider these tools just as one step of a larger a11y testing process and always test your apps with assistive technology. +This plugin does a static evaluation of the JSX to spot accessibility issues in React apps. Because it only catches errors in static code, use it in combination with a tool that tests the accessibility of the rendered DOM, such as [Accented](https://accented.dev) or [@axe-core/react](https://github.com/dequelabs/axe-core-npm/tree/develop/packages/react) (both based on the [axe-core](https://github.com/dequelabs/axe-core) engine). Consider these tools just as one step of a larger a11y testing process and always test your apps with assistive technology. ## Installation