diff --git a/README.md b/README.md index b7a44bc..e016c97 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ require_once 'wdm/debian/Autoloader.php'; $control = new \wdm\debian\control\StandardFile(); $control - ->setPackage("my-package-name") + ->setPackageName("my-package-name") ->setVersion("0.1.1") ->setDepends(array("php5", "php5-cli", "php5-xsl")) ->setInstalledSize(4096) @@ -67,4 +67,4 @@ echo "Goodbye Cruel World" exit 0 ``` - \ No newline at end of file +