diff --git a/README.md b/README.md index f2ec9dc..eac1a05 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ The recommended method of installation is [through composer](http://getcomposer. ```JSON { "require": { - "dstockto/phergie-irc-plugin-react-daddy": "dev-master" + "phergie/phergie-irc-plugin-react-daddy": "dev-master" } } ``` diff --git a/composer.json b/composer.json index e613b35..f9bac83 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "dstockto/phergie-irc-plugin-react-daddy", + "name": "phergie/phergie-irc-plugin-react-daddy", "type": "library", "description": "Phergie IRC bot plugin responding to Who's your *? phrases", "keywords": ["irc","phergie"],