From ed2ecc0824ef35357c97d8297887b6d3b2b56b8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Harrison=20Mendon=C3=A7a?= Date: Mon, 12 Aug 2024 15:14:05 -0300 Subject: [PATCH] chore: clean --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8daac07b..de1a521d 100644 --- a/README.md +++ b/README.md @@ -22,13 +22,13 @@ The `webserver` is responsible to serve the data via a REST API, which are descr ### Prerequisites -- Create the `.env` file in the root of the project. You can use the `.env_sample` as a reference: +- Create the `.env` file in the root of the project. You can use the `.env_sample` file as a reference: ```sh cp .env_sample .env ``` -- Set the `TENDERMINT_URL` with the Namada RPC url +- Set the `TENDERMINT_URL` with the Namada RPC url: - [Either create a local chain](https://docs.namada.net/operators/networks/local-network) - Or use a Public RPC