Skip to content

Commit 0652a14

Browse files
committed
docs: reword installation steps (#463)
1 parent 68e6b84 commit 0652a14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -148,14 +148,14 @@ describe('Counter', () => {
148148

149149
This module is distributed via [npm][npm] which is bundled with [node][node] and
150150
should be installed as one of your project's `devDependencies`.
151-
Starting from ATL version 17, you'll also need to install `@testing-library/dom`:
151+
Starting from ATL version 17, you also need to install `@testing-library/dom`:
152152

153153
```bash
154154
npm install --save-dev @testing-library/angular @testing-library/dom
155155
```
156156

157157
Or, you can use the `ng add` command.
158-
This includes the installation of `@testing-library/dom`.
158+
This sets up your project to use Angular Testing Library, which also includes the installation of `@testing-library/dom`.
159159

160160
```bash
161161
ng add @testing-library/angular

0 commit comments

Comments
 (0)