From d546b9a7a3ace35d1076656be533f6a96231c4ba Mon Sep 17 00:00:00 2001 From: witty <131909329+0xwitty@users.noreply.github.com> Date: Wed, 15 Jan 2025 21:29:17 +0300 Subject: [PATCH] docs: Fix imperative mood in documentation instructions Update onebox-test.md --- docs/onebox-test.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/onebox-test.md b/docs/onebox-test.md index 9acbeefa..8b47b0ce 100644 --- a/docs/onebox-test.md +++ b/docs/onebox-test.md @@ -5,7 +5,7 @@ ## Prerequisites - Requires python version: 3.8, 3.9 or 3.10, higher version is not guaranteed (e.g. failed to install `pysha3`). -- Installs dependencies under root folder: `pip3 install -r requirements.txt` +- Install dependencies under root folder: `pip3 install -r requirements.txt` ## Install Blockchain Nodes @@ -19,7 +19,7 @@ The blockchain node binaries will be compiled or downloaded from github to `test ## Run Tests -Changes to the `tests` folder and run the following command to run all tests: +Change to the `tests` folder and run the following command to run all tests: ``` python test_all.py