From 2f05d4b4f9a0709dd61ffd0774bbc048cda6be4d Mon Sep 17 00:00:00 2001 From: Nex Date: Wed, 21 Jul 2021 11:07:15 +0200 Subject: [PATCH] Fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 36dd9c6..ac1e3a8 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ It has been developed and released by the [Amnesty International Security Lab](h First you need to install dependencies, on Linux `sudo apt install python3 python3-pip libusb-1.0-0` or on MacOS `brew install python3 libusb`. -Then you can install mvt from pypi with `pip3 install mvt`, or directly form sources: +Then you can install mvt from pypi with `pip3 install mvt`, or directly from sources: ```bash git clone https://github.com/mvt-project/mvt.git cd mvt