diff --git a/readme.md b/readme.md index 2087960..2e7dc13 100644 --- a/readme.md +++ b/readme.md @@ -15,4 +15,7 @@ Watch the tutorials: - Run `npm run start` - Open browser and go to address `http://localhost:8000` - Scan the QR Code -- Enjoy! \ No newline at end of file +- Enjoy! + +### Notes +As mentioned in the video above, you have to install `nodemon` to run the start script. You can install nodemon globally with `npm i -g nodemon` command.