We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68e6b84 commit 0652a14Copy full SHA for 0652a14
README.md
@@ -148,14 +148,14 @@ describe('Counter', () => {
148
149
This module is distributed via [npm][npm] which is bundled with [node][node] and
150
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`:
+Starting from ATL version 17, you also need to install `@testing-library/dom`:
152
153
```bash
154
npm install --save-dev @testing-library/angular @testing-library/dom
155
```
156
157
Or, you can use the `ng add` command.
158
-This includes the installation of `@testing-library/dom`.
+This sets up your project to use Angular Testing Library, which also includes the installation of `@testing-library/dom`.
159
160
161
ng add @testing-library/angular
0 commit comments