From 3e1b1a9ed4c230a08fb126eb680f06cca702ca0d Mon Sep 17 00:00:00 2001 From: Ratan Kaliani Date: Wed, 23 Oct 2024 15:40:07 -0700 Subject: [PATCH] docs: README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8193f2b..2c37822 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ In the root directory, create a file called `.env` (mirroring `.env.example`) an | Parameter | Description | |-----------|-------------| | `SOURCE_CHAIN_ID` | Chain ID for the source chain. | -| `SOURCE_CONSENSUS_RPC_URL` | RPC URL for the source chain. See how to get this in the [Consensus RPC Setup Instructions](#1-consensus-rpc-setup) section | +| `SOURCE_CONSENSUS_RPC_URL` | RPC URL for the source chain. See how to get this in the [Consensus RPC Setup](#1-consensus-rpc-setup) section | | `DEST_RPC_URL` | RPC URL for the destination chain (where the light client contract will be deployed). | | `DEST_CHAIN_ID` | Chain ID for the destination chain (where the light client contract will be deployed). | | `PRIVATE_KEY` | Private key for the account that will be deploying the contract. | @@ -94,7 +94,7 @@ You should now have the following environment variables set in the `.env` file i | Parameter | Description | |-----------|-------------| | `SOURCE_CHAIN_ID` | Chain ID for the source chain. | -| `SOURCE_CONSENSUS_RPC_URL` | RPC URL for the source chain. See how to get this in the [Consensus RPC Setup](#1-consensus-rpc-setup)) section | +| `SOURCE_CONSENSUS_RPC_URL` | RPC URL for the source chain. See how to get this in the [Consensus RPC Setup](#1-consensus-rpc-setup) section | | `DEST_RPC_URL` | RPC URL for the destination chain (where the light client contract will be deployed). | | `DEST_CHAIN_ID` | Chain ID for the destination chain (where the light client contract will be deployed). | | `PRIVATE_KEY` | Private key for the account that will be deploying the contract. |