From d4809b56c0e5efd127e7b91dd0675672cc651bac Mon Sep 17 00:00:00 2001 From: Aaron Piotrowski Date: Thu, 7 Dec 2017 22:41:15 -0600 Subject: [PATCH] Update readme --- README.md | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index dde8f6d..45df8ae 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,15 @@ -# Process -An async process dispatcher built on the amp concurrency framework +

+process +

-[![Build Status](https://img.shields.io/travis/amphp/process/master.svg?style=flat-square)](https://travis-ci.org/amphp/process) -[![Coverage Status](https://img.shields.io/coveralls/amphp/process/master.svg?style=flat-square)](https://coveralls.io/github/amphp/process?branch=master) -[![Semantic Version](https://img.shields.io/github/release/amphp/process.svg?style=flat-square)](http://semver.org) -![License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square) +

+Build Status +Code Coverage +Release +License +

+ +

Async process dispatcher built on the Amp concurrency framework.

## Installation