Skip to content

Commit

Permalink
docs(readme): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunattam authored Apr 24, 2020
1 parent 158e592 commit 87a2f65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 87a2f65

Please sign in to comment.