diff --git a/README.md b/README.md
index e2e95959125b69848d6184d00dd5e5d932e4371b..1a3e827be177a9d99a94229351da4d548d67c61c 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ included libraries in the Makefile.
 
 Connect your MCU and connect st-link.
 
-Sometimes it will complain it cannot find the chip, try erasing first:
+Sometimes it will complain it cannot find/communicate with the chip, try erasing first:
 
     st-flash --reset erase
 
@@ -34,7 +34,7 @@ Then connect with st-util:
 
     st-util 
 
-On my laptop some powermanagement settings interfere with longer debugging sessions,
+On my laptop some power management settings interfere with longer debugging sessions,
 a workaround is to enable very verbose logging functioning as a keep-alive.
 
     st-util -v99
@@ -59,3 +59,13 @@ This one is provided by the
     .gdbinit
 
 file included in this project. It will kill the current program and reload from the same file again.
+
+This lets you run make, then just simply
+
+    reload
+    run
+
+In GDB and you have the latest software on your MCU.
+
+A .gitignore is also provided which will aid if somebody prefers eclipse-based tools such as
+Atollic TrueSTUDIO (c).