From a71fafedd94eea2f85106024502f324766b575bf Mon Sep 17 00:00:00 2001 From: Sunra Date: Mon, 3 Dec 2012 16:51:37 +0200 Subject: [PATCH] readmy updated --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cc41d9d..f5ca204 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,22 @@ # dBug +- Updated for PSR-0 copmliance +- created composer package +## Usage + Install via Composer. Class will be autoloaded. -use +### usage ``` php new \Ospinto\Dbug($myVariable); ``` -Class arguments: +### Class arguments: __construct ($var,$forceType="",$bCollapsed=false, $var_name='')