From 0881be4e672783d25ff2e3e3166a4260dfa140db Mon Sep 17 00:00:00 2001 From: "F.W. Dekker" Date: Sun, 28 Nov 2021 17:47:12 +0100 Subject: [PATCH] Fix minor copying error in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1d5a49f..8775b91 100644 --- a/README.md +++ b/README.md @@ -13,11 +13,11 @@ $> npm ci ### Building ```shell script -# Build the template in `dist/` for development +# Build the tool in `dist/` for development $> npm run dev # Same as above, but automatically rerun it whenever files are changed $> npm run dev:server -# Build the template in `dist/` for deployment +# Build the tool in `dist/` for deployment $> npm run deploy ```