From 4bd6db3be2810f6645d33384f2993c1659f917a9 Mon Sep 17 00:00:00 2001 From: Vitaliy Ofat Date: Fri, 2 May 2014 15:28:04 +0700 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0feb71c..a970f31 100644 --- a/README.md +++ b/README.md @@ -10,13 +10,13 @@ The preferred way to install this extension is through [composer](http://getcomp Either run ``` -php composer.phar require --prefer-dist yashop/yii2-yashop-ses "*" +php composer.phar require --prefer-dist ofat/yii2-yashop-ses "*" ``` or add ``` -"yashop/yii2-yashop-ses": "*" +"ofat/yii2-yashop-ses": "*" ``` to the require section of your `composer.json` file.