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