File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ This [text editor example](https://github.com/webui-dev/python-webui/tree/main/e
2727
2828## Minimal Example
2929
30- ```
30+ ``` python
3131from webui import webui
3232
3333MyWindow = webui.window()
@@ -114,11 +114,11 @@ Think of WebUI like a WebView controller, but instead of embedding the WebView c
114114| ------ | ------ | ------ |
115115| C/C++ | ✔️ | [ WebUI] ( https://github.com/webui-dev/webui ) |
116116| Python | ✔️ | [ Python-WebUI] ( https://github.com/webui-dev/python-webui ) |
117- | TypeScript | ✔️ | [ Deno] ( https://github.com/webui-dev/deno-webui ) |
117+ | TypeScript / JavaScript | ✔️ | [ Deno] ( https://github.com/webui-dev/deno-webui ) |
118118| Go | ✔️ | [ Go-WebUI] ( https://github.com/webui-dev/go-webui ) |
119119| Rust | * Not Complete* | [ Rust-WebUI] ( https://github.com/webui-dev/rust-webui ) |
120120| V | ✔️ | [ V-WebUI] ( https://github.com/webui-dev/v-webui ) |
121- | Nim | ✔️ | [ webui -WebUI] ( https://github.com/webui-dev/nim-webui ) |
121+ | Nim | ✔️ | [ Nim -WebUI] ( https://github.com/webui-dev/nim-webui ) |
122122| Zig | * Not Complete* | [ Zig-WebUI] ( https://github.com/webui-dev/zig-webui ) |
123123
124124### License
You can’t perform that action at this time.
0 commit comments