Skip to content

Commit b445027

Browse files
committed
Updating readme
1 parent a2d3efc commit b445027

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
3131
from webui import webui
3232

3333
MyWindow = 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

0 commit comments

Comments
 (0)