diff --git a/README.md b/README.md index 74fa10b..3c908a3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## Simple Stream wrapper for PHP 7.1+ based on PSR-7 & PSR-17 +## Simple Stream wrapper for PHP 7.1+ based on PSR-7 & PSR-17 (with PHP 8 support) [![Gitter](https://badges.gitter.im/sunrise-php/support.png)](https://gitter.im/sunrise-php/support) [![Build Status](https://api.travis-ci.com/sunrise-php/stream.svg?branch=master)](https://travis-ci.com/sunrise-php/stream) @@ -49,10 +49,6 @@ $stream->close(); php vendor/bin/phpunit ``` -## Api documentation - -https://phpdoc.fenric.ru/ - ## Useful links * https://www.php-fig.org/psr/psr-7/