Skip to content

Commit

Permalink
Update slim.md
Browse files Browse the repository at this point in the history
Fix name for a Glide adapter for Slim
  • Loading branch information
Ivan authored Mar 13, 2017
1 parent ae63510 commit cddc6b5
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 cddc6b5

Please sign in to comment.