From 3958b6dd4b3bc69052435218bc898cf21a63151b Mon Sep 17 00:00:00 2001 From: yggverse Date: Sat, 20 Jul 2024 01:31:47 +0300 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ec671874..b011df18 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ apt install libpq-dev\ #### [PHP](https://github.com/php/php-src) -Make sure version 8.1 or above installed and configured with following minimals: +Make sure version 8.1 or above installed and configured with following extensions: ``` ./configure --with-openssl\ @@ -66,7 +66,7 @@ Make sure version 8.1 or above installed and configured with following minimals: #### [PHP-CPP](https://github.com/fast-debug/PHP-CPP) PHP-CPP required to interact native GTK3 libraries. -Use official [documentation](https://www.php-cpp.com/documentation/install) for details. +Use official [documentation](https://www.php-cpp.com/documentation) for details. #### [PHP-GTK](https://github.com/scorninpc/php-gtk3)