From 3ce1fd74ae40f33b26bea5739edab7066400f902 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 --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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