Skip to content

Commit fe0cc87

Browse files
mcebularr0x0r
authored andcommitted
Fix example code in usage.md (using html param, but parameter is file url)
1 parent 60689c9 commit fe0cc87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ _pywebview_ uses internally [bottle.py](https://bottlepy.org) HTTP server for se
6767
``` python
6868
import webview
6969

70-
webview.create_window('Woah dude!', html='src/index.html')
70+
webview.create_window('Woah dude!', 'src/index.html')
7171
webview.start(ssl=True)
7272
```
7373

0 commit comments

Comments
 (0)