diff --git a/README.md b/README.md index a5b739c..e30e75d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@

- + Yii

Yii Request Provider


@@ -31,9 +31,9 @@ composer require yiisoft/request-provider ## General usage -First, add `Yiisoft\RequestProvider\RequestCatcherMiddleware` to your application middleware stack. +First, add `Yiisoft\RequestProvider\RequestCatcherMiddleware` to your application middleware stack. -Then, when you need current request, get `RequestProviderInterface` as dependency and obtain the request from it: +Then, when you need current request, get `RequestProviderInterface` as dependency and obtain the request from it: ```php use Yiisoft\RequestProvider\RequestProviderInterface; diff --git a/composer.json b/composer.json index 87c1e32..611da6e 100644 --- a/composer.json +++ b/composer.json @@ -13,11 +13,11 @@ "license": "BSD-3-Clause", "support": { "issues": "https://github.com/yiisoft/request-provider/issues?state=open", + "source": "https://github.com/yiisoft/request-provider", "forum": "https://www.yiiframework.com/forum/", "wiki": "https://www.yiiframework.com/wiki/", "irc": "ircs://irc.libera.chat:6697/yii", - "chat": "https://t.me/yii3en", - "source": "https://github.com/yiisoft/request-provider" + "chat": "https://t.me/yii3en" }, "funding": [ {