From 2120a2361b227f1bb70ec08070b2781087aefe1f Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Tue, 21 Jul 2020 13:19:22 -0700 Subject: [PATCH] docs(readme): add link to system requirements (#3057) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a13bb09e43..d184760f9c 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Playwright is a Node library to automate [Chromium](https://www.chromium.org/Hom | WebKit 14.0 | :white_check_mark: | :white_check_mark: | :white_check_mark: | | Firefox 78.0b5 | :white_check_mark: | :white_check_mark: | :white_check_mark: | -Headless execution is supported for all the browsers on all platforms. +Headless execution is supported for all the browsers on all platforms. Check out [system requirements](docs/intro.md#system-requirements) for details. ## Usage