From a4f58e3ba82c0c00fde8025a62fdce386ead432b Mon Sep 17 00:00:00 2001 From: Dmytro Shpakovskyi Date: Thu, 22 Apr 2021 21:53:59 -0400 Subject: [PATCH] docs: fix the README.md text --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33f45bc2c..c4ae74724 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ with sync_playwright() as p: #### Async API -If you app is based on the modern asyncio loop and you are used to async/await constructs, +If your app is based on the modern asyncio loop and you are used to async/await constructs, Playwright exposes Async API for you. You should use this API inside a Python REPL supporting `asyncio` like with `python -m asyncio` ```console