Update README.creole
[clinton/Smoothieware.git] / README.creole
index f74d0b4..a459b63 100644 (file)
@@ -1,3 +1,5 @@
+Current build status: [[https://travis-ci.org/Smoothieware/Smoothieware.svg?branch=edge]]
+
 ==Overview
 Smoothie is a free, opensource, high performance G-code interpreter and CNC controller written in Object-Oriented C++ for the LPC17xx micro-controller ( ARM Cortex M3 architecture ). It will run on a mBed, a LPCXpresso, a SmoothieBoard, R2C2 or any other LPC17xx-based board. The motion control part is a port of the awesome grbl.
 
@@ -21,12 +23,12 @@ make clean
 make all
 }}}
 
-To upload you can do 
+To upload you can do
 
 {{{
 make upload
 }}}
 
-if you havbe dfu-utils installed.
+if you have dfu-util installed.
 
 Alternatively copy the file LPC1768/main.bin to the sdcard calling it firmware.bin and reset.