From fa408e644c395a377d3514c78d5105e918d6760d Mon Sep 17 00:00:00 2001 From: Pierre Tachoire Date: Wed, 27 Aug 2025 09:26:10 +0200 Subject: [PATCH] cs fix --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 702994c0..d6f39bfc 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Due to the nature of Playwright, a script that works with the current version of ## Quick start -### Install +### Install **Install from the nightly builds** You can download the last binary from the [nightly @@ -155,7 +155,7 @@ Here are the key features we have implemented: - [x] Cookies - [x] Custom HTTP headers - [ ] Proxy support -- [ ] Network interception +- [ ] Network interception NOTE: There are hundreds of Web APIs. Developing a browser (even just for headless mode) is a huge task. Coverage will increase over time.