update-readme

This commit is contained in:
name 2022-08-08 08:38:11 -07:00
parent 3d2cfb99b7
commit f55e3c2202

View File

@ -277,7 +277,7 @@ npm test -- 'LinkedList'
**Troubleshooting** **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 rm -rf ./node_modules