Skip to content

Commit 5c79781

Browse files
Update README.md
updated readme minimal example to reflect function changes
1 parent b8327f3 commit 5c79781

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
```python
3737
from webui import webui
3838

39-
MyWindow = webui.window()
40-
MyWindow.show('<html><script src="webui.js"></script> Hello World! </html>')
39+
my_window = webui.Window()
40+
my_window.show('<html><script src="webui.js"></script> Hello World! </html>')
4141
webui.wait()
4242
```
4343

0 commit comments

Comments
 (0)