Skip to content

Commit

Permalink
Merge pull request #193 from MichaelGooden/feature/docs-typo
Browse files Browse the repository at this point in the history
Fix typo in documentation.
  • Loading branch information
reinink authored May 8, 2017
2 parents ae63510 + 8bbd907 commit 0075841
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/1.0/config/integrations/zend.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ If your application uses the [Zend Diactoros](https://github.com/zendframework/z
## Installation

~~~ bash
composer require league/zend
composer require league/glide-zend
~~~

## Configuration
Expand All @@ -24,4 +24,4 @@ use League\Glide\Responses\ZendResponseFactory;
$server = ServerFactory::create([
'response' => new ZendResponseFactory(),
]);
~~~
~~~

0 comments on commit 0075841

Please sign in to comment.