Skip to content

Commit 8c2f8a7

Browse files
committed
Fix main exports section
1 parent 7ce9985 commit 8c2f8a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/dom-testing-library/install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ right file when you require/import `@testing-library/dom` or you can import the
3939
file you need more explicitly. For example:
4040

4141
```js
42-
import { within } from 'dom-testing-library/dist/dom-testing-library.umd.js'
42+
import { within } from '@testing-library/dom/dist/@testing-library/dom.umd.js'
4343
```
4444

4545
You can
46-
[review the published `dist` files here](https://unpkg.com/@testing-library/dom/dist).
46+
[review the published `dist` files here](https://unpkg.com/@testing-library/dom/dist/).
4747

4848
The `main` file is configured to compile down to support the version of node
4949
that is referenced in the `package.json` `engines.node` field. But the `module`

0 commit comments

Comments
 (0)