From 51c474c46ac0b53d0278d3f48a5b591d90630e09 Mon Sep 17 00:00:00 2001 From: repat Date: Mon, 14 Dec 2015 20:06:08 +0100 Subject: [PATCH] fixed capital B and lower d in usage see the class name in usage example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 18709f7..7307faa 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Class will be autoloaded. #### usage ``` php - new \Ospinto\Dbug($myVariable); + new \Ospinto\dBug($myVariable); ```