From fc08e353a43f13d473a804402000d3199255db84 Mon Sep 17 00:00:00 2001 From: Max Lynch Date: Mon, 9 May 2016 11:01:51 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 61f24d3bc..3fcc8b0ee 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,10 @@ Ionic Native is a curated set of wrappers for Cordova plugins that make adding any native functionality you need to your [Ionic](http://ionicframework.com/), Cordova, or Web View mobile app easy. +### Documentation + +For the full Ionic Native documentation, please visit [http://ionicframework.com/docs/v2/native/](http://ionicframework.com/docs/v2/native/). + ### Promises and Observables 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.