diff --git a/README.md b/README.md index adaed8b..50d1a73 100644 --- a/README.md +++ b/README.md @@ -22,11 +22,11 @@ The preferred way to install this extension is through [composer](http://getcomp Either run ``` -composer require hunwalk/websocket +composer require hunwalk/yii2-websocket ``` or add ```json -"hunwalk/websocket": "^1.0" +"hunwalk/yii2-websocket": "^1.0" ``` diff --git a/composer.json b/composer.json index 7e27014..8739ba2 100644 --- a/composer.json +++ b/composer.json @@ -5,6 +5,10 @@ "keywords": ["yii2", "websocket", "component", "ratchet"], "license": "MIT", "authors": [ + { + "name": "Gergely Horvath (Hunwalk)", + "email": "horg3r@gmail.com" + }, { "name": "Sergey Poltaranin (Consik)", "email": "consigliere.kz@gmail.com" @@ -25,4 +29,4 @@ "url": "https://asset-packagist.org" } ] -} \ No newline at end of file +}