diff --git a/readme.md b/readme.md index 12256703..7bc3e629 100644 --- a/readme.md +++ b/readme.md @@ -869,7 +869,7 @@ Since the GitHub API only allows 5k requests per hour, my `https://github-readme :hammer_and_wrench: Step-by-step guide for deploying on other platforms 1. Fork or clone this repo as per your needs -2. Add `express` to the dependencies section of `package.json` +2. Move `express` from the devDependencies to the dependencies section of `package.json` 3. Run `npm i` if needed (initial setup) 4. Run `node express.js` to start the server, or set the entry point to `express.js` in `package.json` if you're deploying on a managed service