From 2440423c9d6de322d29bb7ae7d49cc03c366906d Mon Sep 17 00:00:00 2001 From: haobing <9262286+countrywind@users.noreply.github.com> Date: Thu, 31 May 2018 17:44:48 +0800 Subject: [PATCH 1/2] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d8fad1..ee280f1 100644 --- a/README.md +++ b/README.md @@ -1 +1,7 @@ -# yii2-auth \ No newline at end of file +# yii2-auth + +使用 composer 安装: + +```shell +composer require --prefer-dist yiisoft/yii2-authclient +``` From 9824180a7eb34c5fd5d92a26986f90fe6645b896 Mon Sep 17 00:00:00 2001 From: haobing <9262286+countrywind@users.noreply.github.com> Date: Thu, 31 May 2018 17:53:08 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee280f1..2001143 100644 --- a/README.md +++ b/README.md @@ -3,5 +3,5 @@ 使用 composer 安装: ```shell -composer require --prefer-dist yiisoft/yii2-authclient +composer require --prefer-dist yiichina/yii2-auth ```