1
0
mirror of https://github.com/danog/byte-stream.git synced 2024-11-26 20:04:51 +01:00

Adjust package description

This commit is contained in:
Niklas Keller 2017-05-22 10:28:56 +02:00
parent e4686aaa98
commit 782002c2e8
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
[![CoverageStatus](https://img.shields.io/coveralls/amphp/byte-stream/master.svg?style=flat-square)](https://coveralls.io/github/amphp/byte-stream?branch=master) [![CoverageStatus](https://img.shields.io/coveralls/amphp/byte-stream/master.svg?style=flat-square)](https://coveralls.io/github/amphp/byte-stream?branch=master)
![License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square) ![License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)
`amphp/byte-stream` is Amp's stream abstraction to make working with non-blocking I/O simple. `amphp/byte-stream` is a stream abstraction to make working with non-blocking I/O simple.
## Installation ## Installation

View File

@ -1,7 +1,7 @@
{ {
"name": "amphp/byte-stream", "name": "amphp/byte-stream",
"homepage": "https://github.com/amphp/byte-stream", "homepage": "https://github.com/amphp/byte-stream",
"description": "Async streams for the amp concurrency framework", "description": "A stream abstraction to make working with non-blocking I/O simple.",
"support": { "support": {
"issues": "https://github.com/amphp/byte-stream/issues" "issues": "https://github.com/amphp/byte-stream/issues"
}, },