From 2b84f80eae1611c632c50512722d104604f26570 Mon Sep 17 00:00:00 2001 From: Cees-Jan Kiewiet Date: Wed, 24 Jan 2018 08:10:06 +0100 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d5a4038..9feeb98 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,6 @@ $server = new Server([ # Warning -This adapter rewrite the code of the PSR-15 middleware during the constructor phase, wrapping all `$delegate->process($request)` +This adapter rewrites the code of the PSR-15 middleware during the constructor phase, wrapping all `$delegate->process($request)` calls into a yield `(yield $delegate->process($request))`. This should work for most middleware but cannot be guaranteed for all. In case you run into issues please open an issue with the middleware in question you're having problems with.