From 0943e66c450132b306584a37caefc2aa04258372 Mon Sep 17 00:00:00 2001 From: Dmitry Erofeev Date: Mon, 15 Aug 2016 18:49:54 +0300 Subject: [PATCH] Fix installation guide --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index b16f99d3..7c683dff 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -13,7 +13,7 @@ easy four-step process. Download extension using [composer](https://getcomposer.org): ```bash -$ composer install dektrium/yii2-rbac:1.0.0-alpha@dev +$ composer require dektrium/yii2-rbac:1.0.0-alpha@dev ``` ## Step 2: Configure your web application