From 81c9dd7814d83af760c6bb7857ed213d857b3df5 Mon Sep 17 00:00:00 2001 From: yggverse Date: Fri, 19 Jul 2024 22:25:11 +0300 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 888204d..9c487c8 100644 --- a/README.md +++ b/README.md @@ -65,13 +65,13 @@ Make sure PHP version is 8.1 or above and includes following components: #### PHP-CPP -[PHP-GTK](#PHP-GTK) require [PHP-CPP](https://github.com/fast-debug/PHP-CPP) extension to interact native GTK3 libraries. +PHP-GTK 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) for details. #### PHP-GTK -Build latest [PHP-GTK3](https://github.com/scorninpc/php-gtk3) or get [binaries](https://github.com/scorninpc/php-gtk3/releases). +Build latest [PHP-GTK3](https://github.com/scorninpc/php-gtk3) or get binaries. Follow official [guide](https://github.com/scorninpc/php-gtk3#acknowledgements) for details.