From b325c88aafd9cee028d87098808f21e848cdf8c9 Mon Sep 17 00:00:00 2001 From: Dmitry <98899785+mdqst@users.noreply.github.com> Date: Fri, 6 Dec 2024 11:50:13 +0300 Subject: [PATCH] docs: typo fix Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c99f679d2..81f54d206 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ E2E_MM_PASSWORD= E2E_INFURA_ID= ``` -To run the tests locally, first make sure to have a local dev sever running: +To run the tests locally, first make sure to have a local dev server running: ```bash PORT=3000 yarn dev