docs(readme): fix typo

This commit is contained in:
Arjun Attam 2020-04-24 12:20:40 -07:00 committed by GitHub
parent 158e592fa8
commit 87a2f65501
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ npm i 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.
* [Getting started](docs/intro.md)
* [Installation configuration](docs/installation.md).
* [Installation configuration](docs/installation.md)
* [API reference](docs/api.md)
## Capabilities