From e86f3b6fc354da2e279b971e78548973aa7f56b4 Mon Sep 17 00:00:00 2001 From: Elias Rad <146735585+nnsW3@users.noreply.github.com> Date: Wed, 7 Aug 2024 14:28:34 +0300 Subject: [PATCH 1/2] Update setup.md --- docs/setup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/setup.md b/docs/setup.md index b29530d..b44a854 100644 --- a/docs/setup.md +++ b/docs/setup.md @@ -31,7 +31,7 @@ rustc 1.75.0 (82e1608df 2023-12-21) Install `docker`. It is recommended to follow the instructions from the [official site](https://docs.docker.com/install/). -Installing `docker` via `snap` or from the default repository can cause troubles. +Installing `docker` via `snap` or from the default repository can cause trouble. **Note:** On linux you may encounter the following error when you’ll try to work with `madara-cli`: @@ -84,7 +84,7 @@ brew --version Homebrew 4.2.2 ``` -If brew is not found, install using following command: +If brew is not found, install using the following command: ```bash /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" From 412ce3f78454899dc3344d1e17104253cd9cef33 Mon Sep 17 00:00:00 2001 From: Elias Rad <146735585+nnsW3@users.noreply.github.com> Date: Wed, 7 Aug 2024 14:28:57 +0300 Subject: [PATCH 2/2] Update config.rs --- src/app/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/config.rs b/src/app/config.rs index 1e5663e..bfba091 100644 --- a/src/app/config.rs +++ b/src/app/config.rs @@ -13,7 +13,7 @@ pub struct AppChainConfig { pub da_layer: DALayer, /// Stores commit hash of madara app chain build pub madara_version: String, - /// Maintains version of config, will help in handling edge + /// Maintains version of config, which will help in handling edge /// cases when attributes are added / removed from struct pub config_version: ConfigVersion, }