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