diff --git a/README.md b/README.md
index 93b56ae..dbdcf3d 100644
--- a/README.md
+++ b/README.md
@@ -11,33 +11,33 @@ Depending on the command, the markup is generated automatically.
### Commands:
#### $
->${$VAR0$}
+`${$VAR0$}`
#### sly-use
->
+``
#### sly-text
->data-sly-text="${$VAR0$ @ context=$VAR1$}"
+`data-sly-text="${$VAR0$ @ context=$VAR1$}"`
#### sly-test
->data-sly-test="${$VAR0$}"
+`data-sly-test="${$VAR0$}"`
#### sly-template
->
+`
$END$
-
+`
#### sly-resource
->data-sly-resource="${'$VAR0$' @ resourceType='$VAR1$'}"
+`data-sly-resource="${'$VAR0$' @ resourceType='$VAR1$'}"`
#### sly-repeat
->data-sly-repeat="${$VAR0$}"
+`data-sly-repeat="${$VAR0$}"`
#### sly-list
->
+`
$END$
-
- #### sly-include
- >data-sly-include="$VAR0$"
- #### sly-comment
- >
- #### sly-call
- >data-sly-call="${$VAR0$ @ $VAR1$}"
- #### sly-attribute
- >data-sly-attribute="${$VAR0$}"
+`
+#### sly-include
+`data-sly-include="$VAR0$"`
+#### sly-comment
+``
+#### sly-call
+`data-sly-call="${$VAR0$ @ $VAR1$}"`
+#### sly-attribute
+`data-sly-attribute="${$VAR0$}"`
### Installation