From db4df94f35c2b34985a36a81a263cde15f87c86d Mon Sep 17 00:00:00 2001 From: Anatoly Nekhay Date: Fri, 4 Dec 2020 14:02:29 +0500 Subject: [PATCH] minor changes --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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/