From a57353686aa37d33eb84745fa9541560f360f8be Mon Sep 17 00:00:00 2001 From: Frank Lanitz Date: Sat, 12 Nov 2022 21:06:52 +0100 Subject: [PATCH] Make link to pecl https instead of http --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ae3aa37..684575c 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,6 @@ var_dump($queue->send("hello there, using socket 1")->recv()); ?> ``` -For installation instructions see http://pecl.php.net/zmq +For installation instructions see https://pecl.php.net/zmq -For developer instructions see DEVELOPERS.md \ No newline at end of file +For developer instructions see DEVELOPERS.md