From 1e9d588101c4d587e6a0dc1601d6d85865b5e78f Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Thu, 6 Nov 2014 17:15:57 -0500 Subject: [PATCH] CB-7979 Each plugin doc should have a ## Installation section --- doc/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/index.md b/doc/index.md index 02cd1b4..b766a77 100644 --- a/doc/index.md +++ b/doc/index.md @@ -24,6 +24,10 @@ StatusBar > The `StatusBar` object provides some functions to customize the iOS and Android StatusBar. +## Installation + + cordova plugin add org.apache.cordova.statusbar + Preferences -----------