diff --git a/docs/src/test-intro.md b/docs/src/test-intro.md index 0889d341d9..83a70a7d95 100644 --- a/docs/src/test-intro.md +++ b/docs/src/test-intro.md @@ -19,10 +19,10 @@ Playwright Test Runner was created specifically to accommodate the needs of the ## Installation -Playwright already includes a test runner for end-to-end tests. +Playwright has its own test runner for end-to-end tests. ```bash -npm i -D playwright +npm i -D @playwright/test ``` ## First test