From 888631433e170fd98f53fc34f883e9e5a85115fa Mon Sep 17 00:00:00 2001 From: Alex2point0 <18444027+Alex2point0@users.noreply.github.com> Date: Wed, 9 Sep 2020 10:22:47 -0400 Subject: [PATCH] Updated README.md Added a comma to line 34. This is the information needed to update the package.json. If this comma is not present in the package.json, an error will be thrown when attempting to deploy the project. --- nodemon/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodemon/README.md b/nodemon/README.md index 215ea50..5d4ed85 100644 --- a/nodemon/README.md +++ b/nodemon/README.md @@ -31,7 +31,7 @@ Update your `package.json` section to: "scripts": { "start": "node ./bin/www", "debug": "nodemon --inspect ./bin/www" -} +}, ``` ## Configure VS Code debugging with a launch.json file