diff --git a/README.md b/README.md
index a4053c5da709d96fe42973f6cd5c1e2bc7140da4..0f73f53fd5deff3b61606ee992b3c2ed0ec2d6d6 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,9 @@ yarn default should bring the default editor
   
 Commands: `yarn` , `yarn clean`, `yarn reset`  
 
-Create a new project in Editors. create-react-app can be used to setup a new project
+Create a new project in Editors. 
+
+`create-react-app` can be used to setup a new project
 
 `cd editors`
   
@@ -66,4 +68,6 @@ Inside "my-editor" run `yarn start`
     
   and run `yarn myeditor`
   
-Now you can add the dependencies to build your editor.
\ No newline at end of file
+Now you can add the dependencies to build your editor.
+
+**TODO Create a script to build the default-editor inside your project**
\ No newline at end of file