Skip to content

Commit

Permalink
DOCS Readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
robbieaverill committed Jan 15, 2017
1 parent 2a52531 commit 4288eb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ print_r($psrInterface->getHeaders());
To return a PSR-7 interface back to either an `HTTPRequest` or `HTTPResponse` class you simply need to
do the same thing as going *to*, only use `->fromPsr7($input)` instead:

```
```php
<?php

// $requestInterface is an instance of Psr\Http\Message\ServerRequestInterface
Expand Down

0 comments on commit 4288eb0

Please sign in to comment.