diff --git a/README.md b/README.md index 97850125..137e0135 100644 --- a/README.md +++ b/README.md @@ -75,13 +75,13 @@ change the state of the checkbox. With NPM: ```sh -npm install @testing-library/user-event --save-dev +npm install @testing-library/user-event @testing-library/dom --save-dev ``` With Yarn: ```sh -yarn add @testing-library/user-event --dev +yarn add @testing-library/user-event @testing-library/dom --dev ``` Now simply import it in your tests: