Skip to content

Commit 30321d2

Browse files
Update README.md
Added the webui.js script tag to the minimal example in the README
1 parent 570224f commit 30321d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ import ui "webui"
9393
9494
main :: proc() {
9595
my_window: uint = ui.new_window()
96-
ui.show(my_window, "<html> Thanks for using WebUI! </html>")
96+
ui.show(my_window, "<html> <script src=\"webui.js\"></script> Thanks for using WebUI! </html>")
9797
ui.wait()
9898
}
9999
```

0 commit comments

Comments
 (0)