From 3bc758354496b01e8f1827765a22cd2ace133375 Mon Sep 17 00:00:00 2001 From: Daniel Lowrey Date: Tue, 12 May 2015 14:58:45 -0400 Subject: [PATCH] update README --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f7671ef..ce0cdc1 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # Amp [![Build Status](https://travis-ci.org/amphp/amp.svg?branch=v1.0.x)](https://travis-ci.org/amphp/amp) -Amp is a non-blocking concurrency framework for PHP applications. +`amphp/amp` is a non-blocking concurrency framework for PHP applications. Learn more about Amp in the [Amp Guide](https://stackedit.io/viewer#!url=https://raw.githubusercontent.com/amphp/amp/master/guide.md). **Dependencies** -- PHP7 +- PHP 5.5+ Optional PHP extensions may be used to improve performance in production environments and react to process control signals: @@ -24,6 +24,7 @@ $ git clone https://github.com/amphp/amp.git $ composer require amphp/amp ``` -**Community** +**Versioning** -If you have questions stop by the [amp chat channel](https://gitter.im/amphp/amp) on Gitter. +Amp is currently in the process of finalizing a v1.0.0 release. The project strives to follow the +SemVer specification. \ No newline at end of file