From 3584bd66bedd0d84ed4837ee132ea653f0499daf Mon Sep 17 00:00:00 2001 From: "S.A.N" Date: Mon, 6 Nov 2017 13:17:54 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 33648d9..73053d6 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ This library is a component for [Amp](https://github.com/amphp/amp) that provide ##### Requirements - PHP 7+ -- [ext-pgsql](https://secure.php.net/pgsql) or [pecl-pq](https://secure.php.net/pgsql) +- [ext-pgsql](https://secure.php.net/pgsql) or [pecl-pq](https://pecl.php.net/package/pq) ##### Installation @@ -59,4 +59,4 @@ Amp\Loop::run(function () { // $row is an array (map) of column values. e.g.: $row['column_name'] } }); -``` \ No newline at end of file +```