Skip to content

Commit 8b11766

Browse files
committed
gui -> tkui
1 parent d589494 commit 8b11766

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<img src="logo.png" width="280" height="160">
33
</p>
44

5-
## php-gui
5+
## php-tkui
66

7-
`php-gui` allows you to build desktop ui applications with PHP only. It leverages [FFI](https://www.php.net/manual/en/book.ffi) extension and [Tcl/Tk](https://www.tcl.tk) for that, thus you don't need to compile or install any external extensions.
7+
`php-tkui` allows you to build desktop ui applications with PHP only. It leverages [FFI](https://www.php.net/manual/en/book.ffi) extension and [Tcl/Tk](https://www.tcl.tk) for that, thus you don't need to compile or install any external extensions.
88

99
<p align="center"><img src="screen-demo-buttons-win.png"></p>
1010

@@ -23,8 +23,8 @@ sudo apt install tcl tk
2323

2424
Clone this repository and try out demos:
2525
```sh
26-
git clone https://github.com/skoro/php-gui.git php-gui
27-
cd php-gui
26+
git clone https://github.com/skoro/php-tkui.git php-tkui
27+
cd php-tkui
2828
php demos/buttons.php
2929
```
3030

0 commit comments

Comments
 (0)