From 1b3ec54887481c9c74f7004b41ae66aec241ea2b Mon Sep 17 00:00:00 2001 From: Bruno Garcia Date: Fri, 27 Oct 2023 18:32:40 -0300 Subject: [PATCH] fix typo in coldcard simulador doc --- test/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/README.md b/test/README.md index 9e98a95dc..04b0322e9 100644 --- a/test/README.md +++ b/test/README.md @@ -83,7 +83,7 @@ In order to build the Coldcard simulator, the following packages will need to be build-essential git python3 python3-pip libudev-dev gcc-arm-none-eabi ``` -After cloninig the Coldcard repo into this testing folder, the python packages can be installed with: +After cloning the Coldcard repo into this testing folder, the python packages can be installed with: ``` pip install -r ckcc_firmware/requirements.txt