Skip to content

Commit bf7dae5

Browse files
committed
chore: Misc /dom -> /web renames
1 parent b2bcb4f commit bf7dae5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<p>Simple and complete Web testing utilities that encourage good testing
1414
practices.</p>
1515

16-
[**Read the docs**](https://testing-library.com/dom) |
16+
[**Read the docs**](https://testing-library.com/web) |
1717
[Edit the docs](https://github.com/testing-library/testing-library-docs)
1818

1919
</div>
@@ -90,7 +90,7 @@ This module is distributed via [npm][npm] and should be installed as one of your
9090
project's `devDependencies`:
9191

9292
```
93-
npm install --save-dev @testing-library/dom
93+
npm install --save-dev @testing-library/web
9494
```
9595

9696
> [**Docs**](https://testing-library.com/docs/install)
@@ -161,11 +161,11 @@ specification. Contributions of any kind welcome!
161161
[build]: https://github.com/testing-library/web-testing-library/actions?query=workflow%3Avalidate
162162
[coverage-badge]: https://img.shields.io/codecov/c/github/testing-library/web-testing-library.svg?style=flat-square
163163
[coverage]: https://codecov.io/github/testing-library/web-testing-library
164-
[version-badge]: https://img.shields.io/npm/v/@testing-library/dom.svg?style=flat-square
165-
[package]: https://www.npmjs.com/package/@testing-library/dom
166-
[downloads-badge]: https://img.shields.io/npm/dm/@testing-library/dom.svg?style=flat-square
167-
[npmtrends]: http://www.npmtrends.com/@testing-library/dom
168-
[license-badge]: https://img.shields.io/npm/l/@testing-library/dom.svg?style=flat-square
164+
[version-badge]: https://img.shields.io/npm/v/@testing-library/web.svg?style=flat-square
165+
[package]: https://www.npmjs.com/package/@testing-library/web
166+
[downloads-badge]: https://img.shields.io/npm/dm/@testing-library/web.svg?style=flat-square
167+
[npmtrends]: http://www.npmtrends.com/@testing-library/web
168+
[license-badge]: https://img.shields.io/npm/l/@testing-library/web.svg?style=flat-square
169169
[license]: https://github.com/testing-library/web-testing-library/blob/main/LICENSE
170170
[prs-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square
171171
[prs]: http://makeapullrequest.com

0 commit comments

Comments
 (0)