From 5de02e5d37f5b529a6acff7b71688d364967d76f Mon Sep 17 00:00:00 2001 From: Luxferre <3335173-suborg@noreply.users.gitlab.com> Date: Tue, 28 Jul 2020 20:50:53 +0300 Subject: [PATCH] Updated dependency info --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 692894f..58dc897 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ MTreader runs on Python 3.2 and above and only requires pySerial module as a dep ### Basic usage ``` -python3 mtmaster.py port file start length +python3 mtreader.py port file start length ``` Example - backup all 4MB of flash memory (positions 0 to 4194304 on the device flash) into `rom.bin` file on Mac: `python3 mtreader.py /dev/tty.usbmodem14100 rom.bin 0 4194304`