Make things clearer

This commit is contained in:
Andrew Morgan 2018-10-18 01:31:34 +02:00 committed by GitHub
parent e9e0af5292
commit 7a74663296
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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