From 92402662e636d2ec1e576b94f710db79b7a6bbe6 Mon Sep 17 00:00:00 2001 From: Dragory <2606411+Dragory@users.noreply.github.com> Date: Fri, 8 Nov 2019 00:22:17 +0200 Subject: [PATCH] Update dashboard instructions in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8960c6f8..bfaadfaf 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,8 @@ These instructions are intended for bot development only. 2. `npm ci` 3. Make a copy of `.env.example` called `.env`, fill in the values 4. Run the desired start script: - * `npm run build` compiled the dashboard's static files in `dist/` which can then be served with any web server - * `npm run watch` runs Parcel.js's dev server that automatically reloads on changes + * `npm run build` compiles the dashboard's static files to `dist/` which can then be served with any web server + * `npm run watch` runs webpack's dev server that automatically reloads on changes ## Notes * Since we now use shared paths in `tsconfig.json`, the compiled files in `backend/dist/` have longer paths, e.g.