From 80e8228df85e85f1372cd7d95826c2d5ac7e2c1c Mon Sep 17 00:00:00 2001 From: Denis Mishankov Date: Sun, 10 Sep 2023 09:57:02 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b988b2..143d082 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Unit test are living in `tests` directory. To execute them, run: npm run test ``` -E2E UI tests are livind in `e2e` directory. To execute them, run: +E2E UI tests are living in `e2e` directory. To execute them, run: ```bash npm run e2e