From 26975636a0f4712cca5dcee2c9c41d53293e6acf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Sun, 15 Jan 2023 14:43:33 +0800 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b7a7c44..50faa63 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ You will need the following things properly installed on your computer. ### Building/running for development -* `ember serve` - by default kredits-web connects to the Ethreum Kovan network +* `npm start` - by default Kredits Web connects to the Rootstock testnet network * Visit your app at [http://localhost:4200](http://localhost:4200). * Visit your tests at [http://localhost:4200/tests](http://localhost:4200/tests). @@ -54,7 +54,7 @@ Make use of the many generators for code, try `ember help generate` for more det ### Building * `ember build` (development) -* `ember build --environment production` (production) +* `npm run build` (production) ### Deploying