From ffb748dddb10a8be9f883d22fdbc09aef200b2b1 Mon Sep 17 00:00:00 2001 From: Igor Senych <72256997+igorsenych-cw@users.noreply.github.com> Date: Tue, 12 Nov 2024 18:47:12 +0200 Subject: [PATCH] docs: update `README.md` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c08bc32..df7afef 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ This repository contains balance tracker contract. ```sh cp .env.example .env ``` -3. If necessary, update settings in the newly created `.env` file (e.g., Solidity version, number of optimization runs, network RPC URLs, private keys (PK) for networks, etc.). +3. Optionally update the settings in the newly created `.env` file (e.g., Solidity version, number of optimization runs, network RPC URLs, private keys (PK) for networks, etc.). ## Build and test