diff --git a/backend/readme.md b/backend/readme.md
index 2b06d7cd..22203208 100644
--- a/backend/readme.md
+++ b/backend/readme.md
@@ -904,7 +904,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