docs(readme): update links to website

* Update links in README

* Update README.md

Co-authored-by: Arjun Attam <arjunattam@gmail.com>
This commit is contained in:
Vipul Gupta 2021-01-21 18:24:57 +05:30 committed by GitHub
parent 05568f7420
commit 25bc63026e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,9 +22,9 @@ npm i -D playwright
This installs Playwright and browser binaries for Chromium, Firefox and WebKit. Once installed, you can `require` Playwright in a Node.js script and automate web browser interactions. This installs Playwright and browser binaries for Chromium, Firefox and WebKit. Once installed, you can `require` Playwright in a Node.js script and automate web browser interactions.
* [Getting started](https://playwright.dev/#?path=docs/intro.md) * [Getting started](https://playwright.dev/docs/intro)
* [Installation configuration](https://playwright.dev/#?path=docs/installation.md) * [Installation configuration](https://playwright.dev/docs/installation)
* [API reference](https://playwright.dev/#?path=docs/api.md) * [API reference](https://playwright.dev/docs/api/class-playwright)
## Capabilities ## Capabilities