diff --git a/README.md b/README.md
index 832a4b7..b9ac162 100644
--- a/README.md
+++ b/README.md
@@ -22,4 +22,26 @@ A stand alone editor implementation of the UE's Blueprint visual language. (WIP)
## How to use:
-TODO
+1. Include `dist/css/ueb-style.css` stylesheet in your page.
+2. Define eventual CSS variables
+```HTML
+
+```
+3. Import the class Blueprint in JavaScript (this library uses modules).
+```HTML
+
+```
+4. Define your blueprint the by just writing the code inside a `ueb-blueprint`, inside a `template` element
+```HTML
+
+
+ ...
+
+
+```
diff --git a/index.html b/index.html
index 9e3026f..e63a991 100755
--- a/index.html
+++ b/index.html
@@ -4,12 +4,9 @@