From a339d99135c4576cad8c69dd5d2f6e4e571dd7b7 Mon Sep 17 00:00:00 2001 From: Andrew Millington Date: Fri, 8 Jun 2018 11:19:27 +0100 Subject: [PATCH] Change sentence --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e4d90f46..4d5fd215 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ The following versions of PHP are supported: The `openssl` extension is also required. -All HTTP messages passed to the server should be [PSR-7 compliant](https://www.php-fig.org/psr/psr-7/). This ensures interoperability between other packages and frameworks. +All HTTP messages passed to the server should be [PSR-7 compliant](https://www.php-fig.org/psr/psr-7/). This ensures interoperability with other packages and frameworks. ## Installation