From 334cf8ab3c7a2f5b4e344e629032783324277f09 Mon Sep 17 00:00:00 2001 From: Aaron Piotrowski Date: Mon, 17 Jul 2017 16:42:51 -0500 Subject: [PATCH] Update README.md Link to event package instead of libevent package. Link banner to amphp.org instead of raw image. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 81acf01..b3ddb64 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -![Amp](https://raw.githubusercontent.com/amphp/logo/master/repos/amp.png?v=16-07-2017-18-21-00) +[![Amp](https://raw.githubusercontent.com/amphp/logo/master/repos/amp.png?v=16-07-2017-18-21-00)](http://amphp.org)

- +

Amp is a non-blocking concurrency framework for PHP. It provides an event loop, promises and streams as a base for asynchronous programming. @@ -27,7 +27,7 @@ composer require amphp/amp Extensions are only needed if your app necessitates a high numbers of concurrent socket connections. - [ev](https://pecl.php.net/package/ev) -- [libevent](https://pecl.php.net/package/libevent) +- [event](https://pecl.php.net/package/event) - [php-uv](https://github.com/bwoebi/php-uv) (experimental fork) ## Documentation