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 +~~~