diff --git a/README.md b/README.md index 23108974b..804e312ff 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ - Use `console.log()` statements to check to see if your code does what it is supposed to do. - To test your `console.log()` statements open up the index.html file found in the assignments folder and use the developer tools to view the console. -**Note:**You could also run `node /assignments/` and see what prints in your terminal. +**Note:**You could also run `node assignments/` and see what prints in your terminal. - Once you finish the exercises in each file, commit your code, and push it to your fork.