From 5f0cb92f7ebdcda159b0cda3b83dd60c99c1804e Mon Sep 17 00:00:00 2001 From: "Bryan J. Agee" Date: Wed, 10 Jun 2015 13:37:33 -0700 Subject: [PATCH] Fixes typo (handler -> handle) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a39f308..2c88464 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This package include the following Relay-compatible middleware: - _ResponseSender_ to send a PSR-7 response -- _ExceptionHandler_ to handler exceptions from subsequent middleware +- _ExceptionHandler_ to handle exceptions from subsequent middleware This package is installable and PSR-4 autoloadable via Composer as `relay/middleware`.