Skip to content

Commit

Permalink
Merge pull request #2850 from aaquib19/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
l0gicgate committed Oct 1, 2019
2 parents 44a5324 + 55899e3 commit 470d295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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
<?php

Expand Down

0 comments on commit 470d295

Please sign in to comment.