From 5198091371e8f3796207f0831fbf539c0be6f7f6 Mon Sep 17 00:00:00 2001 From: Josh Sherman Date: Sat, 13 Sep 2014 19:34:01 -0400 Subject: [PATCH] Updated README Dropped `require` line as `composer` handles that stuff. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 85c38a5..9e2a217 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,6 @@ Then run `composer update` ### Getting started ```php -require_once 'joshtronic/GooglePlaces.php'; $google_places = new joshtronic\GooglePlaces('_YOUR_API_KEY_'); ```