Browse Source

correct package repo name

euromark 11 years ago
parent
commit
c3daf063d0
2 changed files with 2 additions and 2 deletions
  1. 1 1
      README.md
  2. 1 1
      composer.json

+ 1 - 1
README.md

@@ -18,7 +18,7 @@ Installing the Plugin is pretty much as with every other CakePHP Plugin.
 * Put the files in `APP/Plugin/Tools`
 * Make sure you have `CakePlugin::load('Tools')` or `CakePlugin::loadAll()` in your bootstrap
 
-Tip: You can also use packagist now @ https://packagist.org/packages/dereuromark/tools-cakephp
+Tip: You can also use packagist now @ https://packagist.org/packages/dereuromark/cakephp-tools
 
 That's it. It should be up and running.
 

+ 1 - 1
composer.json

@@ -1,5 +1,5 @@
 {
-	"name": "dereuromark/tools-cakephp",
+	"name": "dereuromark/cakephp-tools",
 	"type": "cakephp-plugin",
 	"description": "A CakePHP plugin containing lots of useful and reusable tools",
 	"keywords": ["cakephp", "plugin", "tools", "utils", "helpers", "components", "behaviors", "datasources"],