From f55e3c220268d106b19689ef5ac1c2d36ea36437 Mon Sep 17 00:00:00 2001 From: name Date: Mon, 8 Aug 2022 08:38:11 -0700 Subject: [PATCH] update-readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a870ccf..f261b86e 100644 --- a/README.md +++ b/README.md @@ -277,7 +277,7 @@ npm test -- 'LinkedList' **Troubleshooting** -In case if linting or testing is failing try to delete the `node_modules` folder and re-install npm packages: +If linting or testing is failing, try to delete the `node_modules` folder and re-install npm packages: ``` rm -rf ./node_modules