From 8307094fbbc51b11e88b9dfe0b68b4bdcb765932 Mon Sep 17 00:00:00 2001 From: Gabe <41127686+Zidious@users.noreply.github.com> Date: Mon, 14 Mar 2022 19:49:33 +0000 Subject: [PATCH] chore(react): update docs link shadow-dom example (#476) --- packages/react/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react/README.md b/packages/react/README.md index ff2be10869..586f8df739 100644 --- a/packages/react/README.md +++ b/packages/react/README.md @@ -28,7 +28,7 @@ if (process.env.NODE_ENV !== 'production') { } ``` -Be sure to only run the module in your development environment (as shown in the code above) or else your application will use more resources than necessary when in production. You can use [envify](https://www.npmjs.com/package/envify) to do this as is shown in the [example](./examples/shadow-dom/package.json#L37). +Be sure to only run the module in your development environment (as shown in the code above) or else your application will use more resources than necessary when in production. You can use [envify](https://www.npmjs.com/package/envify) to do this as is shown in the [example](https://github.com/dequelabs/axe-core-npm/blob/develop/packages/react/examples/shadow-dom/package.json#L37). Once initialized, the module will output accessibility defect information to the Chrome Devtools console every time a component updates.