diff --git a/docs/tips/design.md b/docs/tips/design.md
index ff4bdab..3b8c2c4 100644
--- a/docs/tips/design.md
+++ b/docs/tips/design.md
@@ -54,7 +54,7 @@ This is also possible with entire frames and its children objects. So keep that
## How To use XML
Here is a example on how to create a cool looking frame by using xml:
```xml
-
+
@@ -63,8 +63,8 @@ Here is a example on how to create a cool looking frame by using xml:
-
-
+
+ This is line 1.And this is line 2.
@@ -79,4 +79,4 @@ local basalt = require("Basalt")
basalt.createFrame():addLayout("example.xml")
basalt.autoUpdate()
-```
\ No newline at end of file
+```