From 7814a184a12ec8b3a91c8e8a2e4bbc0721c02e83 Mon Sep 17 00:00:00 2001 From: Jan Eitzinger Date: Wed, 28 Sep 2022 19:55:32 +0200 Subject: [PATCH] Update README.md --- web/frontend/README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/web/frontend/README.md b/web/frontend/README.md index 13653cb..0317b1a 100644 --- a/web/frontend/README.md +++ b/web/frontend/README.md @@ -21,11 +21,9 @@ Install the dependencies... yarn install ``` -...then start [Rollup](https://rollupjs.org): +...then build using [Rollup](https://rollupjs.org): ```bash -yarn run dev +yarn build ``` -Edit a component file in `src`, save it, and reload the page to see your changes. -