From 154f4d4fb64caa1a0ba3910a9800a50b0908eae3 Mon Sep 17 00:00:00 2001 From: Richard Marsot <29442140+ricmars@users.noreply.github.com> Date: Sun, 12 May 2024 11:36:13 -0400 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 4b5e681..5c04d5a 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ npm run start ### Linting -Make sure to install the recommended VS Code extension. Before checking code, make sure that no error are reported: +Make sure to install the recommended VS Code extensions. Before checking code, make sure that no error are reported: ```shell npm run lint @@ -50,8 +50,6 @@ To fix some of the issues: npm run fix ``` -The coverage report index.html will be in the 'coverage' folder - ### Unit testing For unit test results, you can run: