Skip to content

Commit 0075841

Browse files
authored
Merge pull request #193 from MichaelGooden/feature/docs-typo
Fix typo in documentation.
2 parents ae63510 + 8bbd907 commit 0075841

File tree

1 file changed

+2
-2
lines changed
  • docs/1.0/config/integrations

1 file changed

+2
-2
lines changed

docs/1.0/config/integrations/zend.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ If your application uses the [Zend Diactoros](https://github.com/zendframework/z
1010
## Installation
1111

1212
~~~ bash
13-
composer require league/zend
13+
composer require league/glide-zend
1414
~~~
1515

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

0 commit comments

Comments
 (0)