From 90b450371a67fbea4392d90d33911a8ed112e9cc Mon Sep 17 00:00:00 2001
From: Robert Jelic <36573031+NoryiE@users.noreply.github.com>
Date: Wed, 27 Jul 2022 16:56:53 +0200
Subject: [PATCH] Update design.md
---
docs/tips/design.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
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
+```