From a1f82543399130091bafff2f923521674db3422d Mon Sep 17 00:00:00 2001
From: Jean-Pierre Clair <jpierre.clair@gmail.com>
Date: Mon, 5 Feb 2018 14:42:09 +0100
Subject: [PATCH 1/2] Bootloader command fixed

---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 6eb7a2dfa..104f5c01f 100644
--- a/README.md
+++ b/README.md
@@ -157,7 +157,7 @@ Upgrading HomeBrew tap formula
 -----------------------------
 *This method is useful for those looking to run bleeding-edge versions of iceman's client. Keep this in mind when attempting to update your HomeBrew tap formula as this procedure could easily cause a build to break if an update is unstable on macOS.* 
 
-Tested on macOS Sierra 10.12.6
+Tested on macOS Hig Sierra 10.13.2
 
 *Note: This assumes you have already installed iceman's fork from HomeBrew as mentioned above*
 
@@ -166,13 +166,13 @@ Tested on macOS Sierra 10.12.6
  
 2. Flash the bootloader
   * With your Proxmark3 unplugged from your machine, press and hold the button on your Proxmark 3 as you plug it into a USB port. After about 5 seconds let go of the button and run this command
-   `$ sudo proxmark3-flasher /dev/tty.usbmodem881 /usr/local/Cellar/proxmark3/HEAD-ccfdd60/share/firmware/fullimage.elf`
+   `$ sudo proxmark3-flasher /dev/tty.usbmodem881 -b /usr/local/Cellar/proxmark3/HEAD-6a710ef/share/firmware/bootrom.elf`
   * After the bootloader finishes flashing, unplug your Proxmark3 from your machine
   
 3. Flash fullimage.elf
   * Press and hold the button on your Proxmark 3 and keep it held as you plug the Proxmark 3 back into the USB port; continue to hold the button until after this step is complete and the `proxmark3-flasher` command outputs "Have a nice day!"*
 
-`$ sudo proxmark3-flasher /dev/tty.usbmodem881 /usr/local/Cellar/proxmark3/HEAD-ccfdd60/share/firmware/fullimage.elf`
+`$ sudo proxmark3-flasher /dev/tty.usbmodem881 /usr/local/Cellar/proxmark3/HEAD-6a710ef/share/firmware/fullimage.elf`
 
 4. Enjoy the update
 

From c0af3f580e511a89c5bf170141b475cd67e209d9 Mon Sep 17 00:00:00 2001
From: Jean-Pierre Clair <jpierre.clair@gmail.com>
Date: Mon, 5 Feb 2018 15:28:51 +0100
Subject: [PATCH 2/2] spelling error

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 104f5c01f..61124ed82 100644
--- a/README.md
+++ b/README.md
@@ -157,7 +157,7 @@ Upgrading HomeBrew tap formula
 -----------------------------
 *This method is useful for those looking to run bleeding-edge versions of iceman's client. Keep this in mind when attempting to update your HomeBrew tap formula as this procedure could easily cause a build to break if an update is unstable on macOS.* 
 
-Tested on macOS Hig Sierra 10.13.2
+Tested on macOS High Sierra 10.13.2
 
 *Note: This assumes you have already installed iceman's fork from HomeBrew as mentioned above*