Browse Source

Fixed typo

tags/2.0.0-beta
Antonio Ramirez 11 years ago
parent
commit
3577b5c95a
  1. 2
      extensions/yii/authclient/README.md

2
extensions/yii/authclient/README.md

@ -77,7 +77,7 @@ class SiteController extends Controller
You may use [[yii\authclient\widgets\Choice]] to compose auth client selection: You may use [[yii\authclient\widgets\Choice]] to compose auth client selection:
``` ```
<?= yii\authclient\Choice::widget([ <?= yii\authclient\widgets\Choice::widget([
'baseAuthUrl' => ['site/auth'] 'baseAuthUrl' => ['site/auth']
]) ?> ]) ?>
``` ```

Loading…
Cancel
Save