From c7c3c8d33dd435729df4b291f990449a227f7b33 Mon Sep 17 00:00:00 2001 From: Walter Dal Mut Date: Sat, 2 Jun 2012 14:11:55 +0200 Subject: [PATCH] README fix --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 08b0c58..9375f52 100644 --- a/README.md +++ b/README.md @@ -5,14 +5,16 @@ A simple debian packager for PHP applications ```php setPackage("my-package-name") - ->setVersion("0.1.1"); - ->setDepends(array("php5", "php5-cli", "php5-xsl")); + ->setVersion("0.1.1") + ->setDepends(array("php5", "php5-cli", "php5-xsl")) ->setInstalledSize(4096) - ->setMaintainer("Walter Dal Mut", "walter.dalmut@corley.it"); - ->setProvides("Corley S.r.l."); + ->setMaintainer("Walter Dal Mut", "walter.dalmut@corley.it") + ->setProvides("Corley S.r.l.") ->setDescription("My software description"); ;