diff --git a/README.md b/README.md
index baf10f7..76102f0 100644
--- a/README.md
+++ b/README.md
@@ -1,17 +1,17 @@
-#nRF905 AVR/Arduino Library/Driver
+# nRF905 AVR/Arduino Library/Driver
Nordic nRF905 Radio IC library for Arduino and AVR microcontrollers.
-##Documentation
+## Documentation
Doxygen pages
-##Installing
-###Arduino
+## Installing
+### Arduino
Copy the arduino/nRF905/ folder to your Arduino libraries folder.
-If you are using Arduino 1.5 then you will need to move the .cpp and .h files into the src folder.
+If you are using Arduino 1.5 or later then you will need to move the .cpp and .h files into the src folder.
Add
@@ -22,7 +22,7 @@ to the top of the sketches that use the library.
Also have a look at nRF905_config.h, that's where you can change which pins are used and stuff.
-###AVR
+### AVR
Copy the nRF905 folder to your project and add
#include "nRF905/nRF905.h"