From ec3b3c882f3f30339de059f83512e855a5d62d6d Mon Sep 17 00:00:00 2001 From: Kyle Shockey Date: Wed, 27 May 2015 20:18:51 -0700 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a9f4167..18c1c17 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,9 @@ angular.module('myApp', [ ]); ``` +You'll also have to include `ion-google-place.js` in your Ionic app, probably near where you added the Google Maps API script: +`` + That's pretty much it. Now you can use the directive like so: ``