Skip to content

Commit 76ff9c5

Browse files
authored
Merge pull request #17 from clue-labs/name
Update project homepage
2 parents efd9b4d + caf7c0a commit 76ff9c5

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
# clue/zlib-react [![Build Status](https://travis-ci.org/clue/php-zlib-react.svg?branch=master)](https://travis-ci.org/clue/php-zlib-react)
1+
# clue/reactphp-zlib [![Build Status](https://travis-ci.org/clue/reactphp-zlib.svg?branch=master)](https://travis-ci.org/clue/reactphp-zlib)
22

33
Streaming zlib compressor and decompressor for [ReactPHP](http://reactphp.org/),
4-
supporting compression and decompression of the following formats:
5-
6-
* [RFC 1952](https://tools.ietf.org/html/rfc1952) (GZIP compressed format)
7-
* [RFC 1951](https://tools.ietf.org/html/rfc1951) (raw DEFLATE compressed format)
8-
* [RFC 1950](https://tools.ietf.org/html/rfc1950) (ZLIB compressed format)
4+
supporting compression and decompression of ZLIB format, raw DEFLATE format and
5+
GZIP format ([RFC 1950](https://tools.ietf.org/html/rfc1950),
6+
[RFC 1951](https://tools.ietf.org/html/rfc1951) and
7+
[RFC 1952](https://tools.ietf.org/html/rfc1952)).
98

109
> Note: This project is in beta stage! Feel free to report any issues you encounter.
1110

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "clue/zlib-react",
3-
"description": "Streaming zlib compressor and decompressor for ReactPHP, supporting ZLIB format, raw DEFLATE format and GZIP format (RFC 1950, RFC 1951 and RFC 1952)",
3+
"description": "Streaming zlib compressor and decompressor for ReactPHP, supporting compression and decompression of ZLIB format, raw DEFLATE format and GZIP format (RFC 1950, RFC 1951 and RFC 1952).",
44
"keywords": ["zlib", "gzip", "gz", "deflate", "inflate", "compression", "decompression", "RFC 1950", "RFC 1951", "RFC 1952", "ReactPHP"],
5-
"homepage": "https://github.com/clue/php-zlib-react",
5+
"homepage": "https://github.com/clue/reactphp-zlib",
66
"license": "MIT",
77
"authors": [
88
{

0 commit comments

Comments
 (0)