Skip to content

Commit

Permalink
Merge pull request #182 from vansanblch/patch-1
Browse files Browse the repository at this point in the history
Update slim.md
  • Loading branch information
reinink authored Apr 3, 2019
2 parents 5f884d7 + cddc6b5 commit a5477e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/1.0/config/integrations/slim.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ If your application uses [Slim](http://www.slimframework.com/) framework, you ca
## Installation

~~~ bash
composer require league/slim
composer require league/glide-slim
~~~

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

0 comments on commit a5477e9

Please sign in to comment.