Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update project homepage #17

Merged
merged 1 commit into from
May 11, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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