Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4F39C1721D for ; Mon, 13 Apr 2015 18:41:01 +0000 (UTC) Received: (qmail 2953 invoked by uid 500); 13 Apr 2015 18:41:01 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 2925 invoked by uid 500); 13 Apr 2015 18:41:01 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 2912 invoked by uid 99); 13 Apr 2015 18:41:01 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Apr 2015 18:41:01 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 074BEE0551; Mon, 13 Apr 2015 18:41:01 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: purplecabbage@apache.org To: commits@cordova.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: cordova-plugin-splashscreen git commit: give users a way to install the bleeding edge. Date: Mon, 13 Apr 2015 18:41:01 +0000 (UTC) Repository: cordova-plugin-splashscreen Updated Branches: refs/heads/master a9ac11413 -> 9575c92db give users a way to install the bleeding edge. Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/commit/9575c92d Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/tree/9575c92d Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/diff/9575c92d Branch: refs/heads/master Commit: 9575c92db6e3efe31ca5517f4dd9405b03ebdffe Parents: a9ac114 Author: Jesse MacFadyen Authored: Mon Apr 13 11:40:00 2015 -0700 Committer: Jesse MacFadyen Committed: Mon Apr 13 11:40:00 2015 -0700 ---------------------------------------------------------------------- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/blob/9575c92d/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 9df276c..978684c 100644 --- a/README.md +++ b/README.md @@ -23,10 +23,12 @@ This plugin displays and hides a splash screen during application launch. -## Installation +## Installation + // npm hosted (new) id cordova plugin add cordova-plugin-splashscreen - + // you may also install directly from this repo + cordova plugin add https://github.com/apache/cordova-plugin-splashscreen.git ## Supported Platforms --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org