From 231c380ddf31c49b2182fec99e6bd9beac0073ed Mon Sep 17 00:00:00 2001
From: Robert Jelic <36573031+NoryiE@users.noreply.github.com>
Date: Sat, 2 Apr 2022 16:09:30 +0200
Subject: [PATCH] Updated Object (markdown)
---
Object.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Object.md b/Object.md
index d9107b8..202a691 100644
--- a/Object.md
+++ b/Object.md
@@ -21,7 +21,7 @@ button:show()
**args:** -
**returns:** the object
-# setPosition
+## setPosition
Changes the position relative to its parent frame
````lua
local mainFrame = NyoUI.createFrame("myFirstFrame"):setPosition(2,3)