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 ```