Skip to content

Commit a5477e9

Browse files
authored
Merge pull request #182 from vansanblch/patch-1
Update slim.md
2 parents 5f884d7 + cddc6b5 commit a5477e9

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/slim.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ If your application uses [Slim](http://www.slimframework.com/) framework, you ca
1212
## Installation
1313

1414
~~~ bash
15-
composer require league/slim
15+
composer require league/glide-slim
1616
~~~
1717

1818
## Configuration
@@ -26,4 +26,4 @@ use League\Glide\Responses\SlimResponseFactory;
2626
$server = ServerFactory::create([
2727
'response' => new SlimResponseFactory(),
2828
]);
29-
~~~
29+
~~~

0 commit comments

Comments
 (0)