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 <[email protected]> Authored: Mon Jul 29 14:18:40 2013 -0400 Committer: Michael Brooks <[email protected]> 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.
