From e77d15f1f2d08b99febff44414db64b1fdcd74de Mon Sep 17 00:00:00 2001 From: Josh Sherman Date: Wed, 17 Sep 2014 13:03:43 -0400 Subject: [PATCH] Dropped require from README If using `composer`, you won't need the require line. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index deef3ce..d575478 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,6 @@ Then run `composer update` ### Getting Started ```php -require_once 'joshtronic/ProjectHoneyPot.php'; $php = new joshtronic\ProjectHoneyPot('_YOUR_API_KEY_'); ```