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:
parent
e4686aaa98
commit
782002c2e8
@ -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
|
||||||
|
|
||||||
|
@ -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"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user