From caf7c0a75f9b0e954968eee345b68d79c8ae6751 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20L=C3=BCck?= Date: Wed, 9 May 2018 17:21:06 +0200 Subject: [PATCH] Update project homepage --- README.md | 11 +++++------ composer.json | 4 ++-- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 2a4f5a2..7f5ca91 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/composer.json b/composer.json index 749f95d..ae5fbbe 100644 --- a/composer.json +++ b/composer.json @@ -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": [ {