Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelGooden committed May 8, 2017
1 parent ae63510 commit 8bbd907
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 8bbd907

Please sign in to comment.