From 8d653be437374b1fa96d10582dde27d5c42765fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sviatoslav=20Sydorenko=20=28=D0=A1=D0=B2=D1=8F=D1=82=D0=BE?= =?UTF-8?q?=D1=81=D0=BB=D0=B0=D0=B2=20=D0=A1=D0=B8=D0=B4=D0=BE=D1=80=D0=B5?= =?UTF-8?q?=D0=BD=D0=BA=D0=BE=29?= Date: Thu, 14 Dec 2023 19:45:34 +0100 Subject: [PATCH] Add a missing word "need" to README (#128) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bdb24404..19df61e2 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ pytest-pyodide requires Python 3.10+ and can be installed with ``` pip install pytest-pyodide ``` -You would also one at least one of the following runtimes, +You would also need one at least one of the following runtimes: - Chrome and chromedriver - Firefox and geckodriver - Safari and safaridriver