From 357144db3a41036de58a8ddfb50517f78d0851ec Mon Sep 17 00:00:00 2001 From: Giovani Garfias <46204471+survani@users.noreply.github.com> Date: Wed, 2 Oct 2019 18:02:01 -0700 Subject: [PATCH] Updated README.md Changed the way to run JavaScript in the terminal. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.