diff --git a/README.md b/README.md index 560b39604..d6de2d998 100644 --- a/README.md +++ b/README.md @@ -286,7 +286,7 @@ npm test -- 'LinkedList' **Troubleshooting** -If linting or testing is failing, try to delete the `node_modules` folder and re-install npm packages: +In case of linting or testing is failing, try to delete the `node_modules` folder and re-install npm packages: ``` rm -rf ./node_modules