diff --git a/README.md b/README.md
index 96dd133..8b34b80 100644
--- a/README.md
+++ b/README.md
@@ -2,12 +2,16 @@
-
+
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.