From 2ca601bc02307912182749c5b0b68cf0288b9c6f Mon Sep 17 00:00:00 2001 From: Ayush Mukherjee Date: Fri, 12 Mar 2021 05:09:09 +0530 Subject: [PATCH] fix readme point --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 57fd451..11e76dc 100644 --- a/README.md +++ b/README.md @@ -7,4 +7,4 @@ through the CMS for creating/updating data. 1. Copy `env.example` as `.env` and fill in the details (make sure `NODE_ENV` is set to production) 2. Run `npm i` -3. Expose port 5000 or use a reverse proxy which supports WebSockets \ No newline at end of file +3. Expose your chosen port (default 5000) or use a reverse proxy which supports WebSockets \ No newline at end of file