|
13 | 13 | <p>Simple and complete Web testing utilities that encourage good testing |
14 | 14 | practices.</p> |
15 | 15 |
|
16 | | -[**Read the docs**](https://testing-library.com/dom) | |
| 16 | +[**Read the docs**](https://testing-library.com/web) | |
17 | 17 | [Edit the docs](https://github.com/testing-library/testing-library-docs) |
18 | 18 |
|
19 | 19 | </div> |
@@ -90,7 +90,7 @@ This module is distributed via [npm][npm] and should be installed as one of your |
90 | 90 | project's `devDependencies`: |
91 | 91 |
|
92 | 92 | ``` |
93 | | -npm install --save-dev @testing-library/dom |
| 93 | +npm install --save-dev @testing-library/web |
94 | 94 | ``` |
95 | 95 |
|
96 | 96 | > [**Docs**](https://testing-library.com/docs/install) |
@@ -161,11 +161,11 @@ specification. Contributions of any kind welcome! |
161 | 161 | [build]: https://github.com/testing-library/web-testing-library/actions?query=workflow%3Avalidate |
162 | 162 | [coverage-badge]: https://img.shields.io/codecov/c/github/testing-library/web-testing-library.svg?style=flat-square |
163 | 163 | [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 |
169 | 169 | [license]: https://github.com/testing-library/web-testing-library/blob/main/LICENSE |
170 | 170 | [prs-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square |
171 | 171 | [prs]: http://makeapullrequest.com |
|
0 commit comments