Skip to content

Commit 9a167f9

Browse files
authored
Update README.md
1 parent 7fa8a68 commit 9a167f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Dialog.addTextInput(test, 1, "First Name:")
1010
Dialog.addTextInput(test, 1, "Last Name:")
1111
Dialog.addSelect(test, 1, "Gender:", 1, "Male", "Female", "Apache Helicopter")
1212

13-
Delay(1000, function()
13+
AddEvent("OnDialogUIReady", function()
1414
Dialog.show(test)
1515
end)
1616

0 commit comments

Comments
 (0)