diff --git a/tutorial/03-express-nodemon-pm2.md b/tutorial/03-express-nodemon-pm2.md index fbe403e336a69017e02bd1dbe5909f61a03204c1..456d837fc7086b3387cffcd4609419ed5ec691cb 100644 --- a/tutorial/03-express-nodemon-pm2.md +++ b/tutorial/03-express-nodemon-pm2.md @@ -130,7 +130,7 @@ const template = html` I did not include this trick in the boilerplate of this tutorial, since it seems to only work in Atom, and it's less than ideal. Some of you Atom users might find it useful though. -Anyway, back to business! +### Anyway, back to business - In `package.json` change your `start` script like so: `"start": "babel-node src/server",`