From cddc6b57cb4bbdbdb197b24f2a11d6cc40b8ae8c Mon Sep 17 00:00:00 2001 From: Ivan Date: Mon, 13 Mar 2017 15:44:45 +0300 Subject: [PATCH] Update slim.md Fix name for a Glide adapter for Slim --- docs/1.0/config/integrations/slim.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/1.0/config/integrations/slim.md b/docs/1.0/config/integrations/slim.md index ecf35ec7..cf6b7f08 100644 --- a/docs/1.0/config/integrations/slim.md +++ b/docs/1.0/config/integrations/slim.md @@ -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 @@ -26,4 +26,4 @@ use League\Glide\Responses\SlimResponseFactory; $server = ServerFactory::create([ 'response' => new SlimResponseFactory(), ]); -~~~ \ No newline at end of file +~~~