From 87a2f65501129a64f2a39f99f8a52d9f7d123ec0 Mon Sep 17 00:00:00 2001 From: Arjun Attam Date: Fri, 24 Apr 2020 12:20:40 -0700 Subject: [PATCH] docs(readme): fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa7f534ea5..8b80cabd71 100644 --- a/README.md +++ b/README.md @@ -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