Dropped require from README

If using `composer`, you won't need the require line.
This commit is contained in:
Josh Sherman 2014-09-17 13:03:43 -04:00
parent c76fdf936d
commit e77d15f1f2

View file

@ -25,7 +25,6 @@ Then run `composer update`
### Getting Started
```php
require_once 'joshtronic/ProjectHoneyPot.php';
$php = new joshtronic\ProjectHoneyPot('_YOUR_API_KEY_');
```