From e4a4c6faf997e609dd9bd9c4ca8618141377cee3 Mon Sep 17 00:00:00 2001 From: Stepan Usatiuk Date: Fri, 14 Aug 2020 14:52:26 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e97183..effb49c 100644 --- a/README.md +++ b/README.md @@ -34,4 +34,4 @@ There is google OAuth support, which can be enabled by setting `GOOGLE_ENABLED` The create-react-app's service worker works only in production environment. You can build the frontend with `cd react && npm run build`. -Express is listening at http://localhost:4000 and serving the built frontend. +In production mode, express is listening at http://localhost:4000 and serving the built frontend.