test

Revision:
0:cd5404401c2f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/README.md	Wed Apr 12 14:07:09 2017 +0200
@@ -0,0 +1,15 @@
+# Embedded application template
+
+Usage:
+* Clone to `your-project-dir` and enter it
+* Edit readme file
+* Modify remote URL with:
+    ```sh
+    $ git remote set-url origin git@gitlab.com:catie_sixtron/your-project-name.git'
+    $ git push -u origin master
+    ```
+* Initialize with:
+
+    ```sh
+    $ mbed deploy
+    ```