From 676bcb33a11dfad9e1af2f6fdb0c2fe7c60781c8 Mon Sep 17 00:00:00 2001 From: Sean Cross Date: Wed, 2 Jan 2019 18:38:45 +0800 Subject: [PATCH] README: fix some typos Signed-off-by: Sean Cross --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7efbe3e..2746d16 100755 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ It will not reset the FPGA. To do that, you must re-run with `-r`. ## Verifying SPI flash -You can verify the SPI flash was programmered with the `-v` command: +You can verify the SPI flash was programmed with the `-v` command: ```sh # ./tomu-flash -v top.bin @@ -55,7 +55,4 @@ You can verify the SPI flash was programmered with the `-v` command: ## Checking SPI Flash was Written -You can "peek" at 256 bytes of SPI with `-p [offset]`. This can be used to quickly verify that something was written. - - -numbers seen in https://elinux.org/File:Pi-GPIO-header.png +You can "peek" at 256 bytes of SPI with `-p [offset]`. This can be used to quickly verify that something was written. \ No newline at end of file