Skip to content

Commit 9d69f5e

Browse files
Update joy.md
1 parent da853ff commit 9d69f5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/joy.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ local JoyUI = loadstring(game:HttpGet("https://raw.githubusercontent.com/klashde
77

88
Make a window. It's reccomended to only have 1 window atm cuz making draggable scrollable frames sucks
99
```lua
10-
local Window = JoyUI.createWindow({
10+
local Window = JoyUI:createWindow({
1111
title = "My Script"
1212
})
1313
```

0 commit comments

Comments
 (0)