Skip to content

Commit

Permalink
Merge pull request #17 from clue-labs/name
Browse files Browse the repository at this point in the history
Update project homepage
  • Loading branch information
clue authored May 11, 2018
2 parents efd9b4d + caf7c0a commit 76ff9c5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# clue/zlib-react [![Build Status](https://travis-ci.org/clue/php-zlib-react.svg?branch=master)](https://travis-ci.org/clue/php-zlib-react)
# clue/reactphp-zlib [![Build Status](https://travis-ci.org/clue/reactphp-zlib.svg?branch=master)](https://travis-ci.org/clue/reactphp-zlib)

Streaming zlib compressor and decompressor for [ReactPHP](http://reactphp.org/),
supporting compression and decompression of the following formats:

* [RFC 1952](https://tools.ietf.org/html/rfc1952) (GZIP compressed format)
* [RFC 1951](https://tools.ietf.org/html/rfc1951) (raw DEFLATE compressed format)
* [RFC 1950](https://tools.ietf.org/html/rfc1950) (ZLIB compressed format)
supporting compression and decompression of ZLIB format, raw DEFLATE format and
GZIP format ([RFC 1950](https://tools.ietf.org/html/rfc1950),
[RFC 1951](https://tools.ietf.org/html/rfc1951) and
[RFC 1952](https://tools.ietf.org/html/rfc1952)).

> Note: This project is in beta stage! Feel free to report any issues you encounter.
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "clue/zlib-react",
"description": "Streaming zlib compressor and decompressor for ReactPHP, supporting ZLIB format, raw DEFLATE format and GZIP format (RFC 1950, RFC 1951 and RFC 1952)",
"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).",
"keywords": ["zlib", "gzip", "gz", "deflate", "inflate", "compression", "decompression", "RFC 1950", "RFC 1951", "RFC 1952", "ReactPHP"],
"homepage": "https://github.com/clue/php-zlib-react",
"homepage": "https://github.com/clue/reactphp-zlib",
"license": "MIT",
"authors": [
{
Expand Down

0 comments on commit 76ff9c5

Please sign in to comment.