From d561cc9736bc18dd94a2fc9cdae98b616bd92c43 Mon Sep 17 00:00:00 2001 From: Niklas Keller Date: Mon, 30 Apr 2018 22:49:57 +0200 Subject: [PATCH] Update README --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 96dd133..8b34b80 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,16 @@ Amp Logo -Amp      +Amp Amp is a non-blocking concurrency framework for PHP. It provides an event loop, promises and streams as a base for asynchronous programming. Promises in combination with generators are used to build coroutines, which allow writing asynchronous code just like synchronous code, without any callbacks. + + + + ## Installation This package can be installed as a [Composer](https://getcomposer.org/) dependency.