Skip to content

Commit b77f6db

Browse files
committed
Update README.md
1 parent 2b9e5e6 commit b77f6db

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
@@ -100,7 +100,7 @@ scons platform=<platform>
100100
```
101101

102102
## JS Interop
103-
JS interop is as simple as returning a `Dictionary` from the virtual function `_on_dom_ready`. Then accessing it from JS using `window.godot`.
103+
JS interop is as simple as returning a `Dictionary` from the virtual function `_on_window_ready`. Then accessing it from JS using `window.godot`.
104104

105105
Checkout the [example](demo/app_example.gd) script.
106106

0 commit comments

Comments
 (0)