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 68ECF10E26 for ; Tue, 30 Jul 2013 17:45:06 +0000 (UTC) Received: (qmail 74128 invoked by uid 500); 30 Jul 2013 17:45:06 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 73989 invoked by uid 500); 30 Jul 2013 17:45:03 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 73975 invoked by uid 99); 30 Jul 2013 17:45:02 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Jul 2013 17:45:02 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 1E3BB31ADE5; Tue, 30 Jul 2013 17:45:02 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: mwbrooks@apache.org To: commits@cordova.apache.org Date: Tue, 30 Jul 2013 17:45:02 -0000 Message-Id: <890fc0bba1974cf489c66902c91b1e81@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/2] docs commit: [CB-3816] 'npm update' refreshes cordova , not the app Updated Branches: refs/heads/master 49ff00ab7 -> e5acb7a37 [CB-3816] 'npm update' refreshes cordova , not the app Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/e5acb7a3 Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/e5acb7a3 Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/e5acb7a3 Branch: refs/heads/master Commit: e5acb7a37b885fab83d266743c73e5ff2fd937fd Parents: 16bc6ab Author: Mike Sierra Authored: Mon Jul 29 14:18:40 2013 -0400 Committer: Michael Brooks Committed: Tue Jul 30 10:44:55 2013 -0700 ---------------------------------------------------------------------- docs/en/edge/guide/cli/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/e5acb7a3/docs/en/edge/guide/cli/index.md ---------------------------------------------------------------------- diff --git a/docs/en/edge/guide/cli/index.md b/docs/en/edge/guide/cli/index.md index ac95836..52eb8b4 100644 --- a/docs/en/edge/guide/cli/index.md +++ b/docs/en/edge/guide/cli/index.md @@ -340,7 +340,7 @@ graphic into the iOS interface, stored in instead capture `backbutton` events from the corresponding hardware button. -## Update the App +## Updating Cordova After installing installing the `cordova` utility, you can always update it to the latest version by running the following command: @@ -362,5 +362,5 @@ described in this section. If you are updating from a version prior to the older application's assets into the top-level `www` directory. Where applicable, further details about upgrading to 3.0 are available in the Platform Guides. Once you upgrade to the `cordova` -command-line interface, the more time-consuming procedures described -there are no longer relevant. +command-line interface and use `npm update` to stay current, the more +time-consuming procedures described there are no longer relevant.