diff --git a/README.md b/README.md index ebfa3a040..1bf6375fb 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ For the full Ionic Native documentation, please visit [http://ionicframework.com Ionic Native wraps plugin callbacks in a Promise or [Observable](https://gist.github.com/staltz/868e7e9bc2a7b8c1f754), providing a common interface for all plugins and ensuring that native events trigger change detection in Angular 2. -``` +```typescript import { Geolocation } from '@ionic-native/geolocation'; import { Platform } from 'ionic-angular';