From 4848fd19d5302572b41e6af929705a4441b533c7 Mon Sep 17 00:00:00 2001 From: Snoppy Date: Mon, 25 Mar 2024 16:14:47 +0800 Subject: [PATCH] chore: fix typos (#2103) --- hive_integration/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hive_integration/README.md b/hive_integration/README.md index 2afb0d5f4..278b1f10f 100644 --- a/hive_integration/README.md +++ b/hive_integration/README.md @@ -105,7 +105,7 @@ in a markdown file with the same name with the simulator. ```nim nim c -r -d:release hive_integration/nodocker/consensus/consensus_sim ``` - Note that this progam expects the _./tests_ directory accessible. So if + Note that this program expects the _./tests_ directory accessible. So if you compile from the _hive_integration/nodocker_ directory on a Posix system, the _./tests_ directory would be a symlink to _../../tests_. @@ -167,7 +167,7 @@ in a markdown file with the same name with the simulator. * Useful commands after entering the nimbus container
- apt udate + apt update apt install iproute2 procps vim openssh-client strace * Resume hive installation & processing: