Updated README

Dropped `require` line as `composer` handles that stuff.
This commit is contained in:
Josh Sherman 2014-09-13 19:34:01 -04:00
parent 9634a03c51
commit 5198091371

View file

@ -46,7 +46,6 @@ Then run `composer update`
### Getting started
```php
require_once 'joshtronic/GooglePlaces.php';
$google_places = new joshtronic\GooglePlaces('_YOUR_API_KEY_');
```