From ea15e69d794ffc76121339d1a4846050813a85d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Tue, 15 Aug 2023 10:27:27 +0200 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 50faa63..5fd22b1 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,8 @@ You will need the following things properly installed on your computer. ### Building/running for development * `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). +* Visit the app at [http://localhost:4200](http://localhost:4200). +* Visit the tests at [http://localhost:4200/tests](http://localhost:4200/tests). See [working with locally deployed contracts](https://github.com/67P/kredits-web#working-with-locally-deployed-contracts) for details on how to develop with locally deployed contracts.