From 5bf1cbeba31559fb83c875f0d7bddba822e141ef Mon Sep 17 00:00:00 2001 From: Ibby Hadeed Date: Tue, 21 Mar 2017 16:50:08 -0400 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8e1b737bb..f8e3b3752 100644 --- a/README.md +++ b/README.md @@ -43,11 +43,10 @@ import { Camera } from '@ionic-native/camera'; ] ... }) -``` - -``` export class AppModule { } +``` +```typescript import { Geolocation } from '@ionic-native/geolocation'; import { Platform } from 'ionic-angular';