From ae9b6dcd5405f34748d29b96957b2b424fb0d9a7 Mon Sep 17 00:00:00 2001 From: Alexandr Garbuzov Date: Sat, 4 Oct 2025 18:30:17 +0300 Subject: [PATCH] docs(readme): update string about express inside the section about deploy on other platforms (#4507) Co-authored-by: Alexandr --- backend/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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