From 22b5f541cb2923ab0b2369f7a4a345814308db1e Mon Sep 17 00:00:00 2001 From: Arhell Date: Thu, 10 Feb 2022 02:34:20 +0200 Subject: [PATCH] update readme links --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 41e1397..33c9d02 100644 --- a/README.md +++ b/README.md @@ -43,14 +43,14 @@ Some of the programming design decisions reflected: PHP version 7.2 or higher is required, with the following extensions installed: -- [intl](http://php.net/manual/en/intl.requirements.php) -- [libcurl](http://php.net/manual/en/curl.requirements.php) if you plan to use the `HTTP\CURLRequest` library +- [intl](https://php.net/manual/en/intl.requirements.php) +- [libcurl](https://php.net/manual/en/curl.requirements.php) if you plan to use the `HTTP\CURLRequest` library Additionally, make sure that the following extensions are enabled in your PHP: - json (enabled by default - don't turn it off) -- [mbstring](http://php.net/manual/en/mbstring.installation.php) -- [mysqlnd](http://php.net/manual/en/mysqlnd.install.php) +- [mbstring](https://php.net/manual/en/mbstring.installation.php) +- [mysqlnd](https://php.net/manual/en/mysqlnd.install.php) - xml (enabled by default - don't turn it off) ## Installation