From 7a746632965bea995f9e562140f4351e98b9af98 Mon Sep 17 00:00:00 2001 From: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> Date: Thu, 18 Oct 2018 01:31:34 +0200 Subject: [PATCH] Make things clearer --- DEVELOPMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 28e5007..cb967bd 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -21,7 +21,7 @@ npm install # Run the webserver (it watches for changes) npm run start:web -# Run the backend (does not watch for changes) +# Run the backend (does not support watching for changes) npm run build:app && node build/app/index.js ```