From a2c151d27624aa135f15ce41050613ae2d2b11ea Mon Sep 17 00:00:00 2001 From: yggverse Date: Fri, 19 Jul 2024 22:34:38 +0300 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ec1c538c..e7d2c648 100644 --- a/README.md +++ b/README.md @@ -65,13 +65,13 @@ Make sure [PHP](https://github.com/php/php-src) version is 8.1 or above and conf #### PHP-CPP -PHP-GTK require [PHP-CPP](https://github.com/fast-debug/PHP-CPP) extension to interact native GTK3 libraries. +PHP-GTK3 require [PHP-CPP](https://github.com/fast-debug/PHP-CPP) extension to interact native GTK3 libraries. Use official [documentation](https://www.php-cpp.com/documentation/install) for details. #### PHP-GTK Build latest [PHP-GTK3](https://github.com/scorninpc/php-gtk3) or get binaries. -Follow official [installation guide](https://github.com/scorninpc/php-gtk3#acknowledgements) for details. +Follow official installation [guide](https://github.com/scorninpc/php-gtk3#acknowledgements) for details. #### Yoda