From 8bbd9073e26e212386cebcda364f73ad0977079f Mon Sep 17 00:00:00 2001 From: Michael Gooden Date: Mon, 8 May 2017 16:14:11 +0200 Subject: [PATCH] Fix typo. --- docs/1.0/config/integrations/zend.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/1.0/config/integrations/zend.md b/docs/1.0/config/integrations/zend.md index 5144df3b..db7e4433 100644 --- a/docs/1.0/config/integrations/zend.md +++ b/docs/1.0/config/integrations/zend.md @@ -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 @@ -24,4 +24,4 @@ use League\Glide\Responses\ZendResponseFactory; $server = ServerFactory::create([ 'response' => new ZendResponseFactory(), ]); -~~~ \ No newline at end of file +~~~