update README
[fw/stlink] / README
diff --git a/README b/README
index 986de7002aa90c9a932462c0efb5dd4c8100f9fd..b6a6de1e4687d4570d2c088d73b5cc5758cdeb0e 100644 (file)
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
-STMicroelectronics Stlink Tools
-===============================
+Open source version of the STMicroelectronics Stlink Tools
+==========================================================
 
-[![Build Status](https://travis-ci.org/xor-gate/stlink.svg?branch=travis)](https://travis-ci.org/xor-gate/stlink)
+[![Build Status](https://travis-ci.org/texane/stlink.svg?branch=travis)](https://travis-ci.org/texane/stlink)
 
 ## HOWTO
 
@@ -57,7 +57,7 @@ $ make
 
 ```
 $ mkdir build && cd build
-$ cmake ..
+$ cmake -DCMAKE_BUILD_TYPE=Debug ..
 $ make
 ```