From 55899e3a10b9b2849339dede146ce2e3f405f532 Mon Sep 17 00:00:00 2001 From: Aaquib Niaz <33092971+aaquib19@users.noreply.github.com> Date: Mon, 30 Sep 2019 20:44:15 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 34fbf529a..ffb23188e 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ To install the Slim-Http library simply run the following command: composer require slim/http ``` -The `ServerRequest` and `Response` object decorators are automatically detected and applied by the internal factories. If you have installed Slim-Http and wish to turn off automatic object decoration you can use the following statements: +The `ServerRequest` and `Response` object decorators are automatically detected and applied by the internal factories. If you have installed Slim-Http and wish to turn off automatic object decoration then you can use the following statements: ```php