You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by mw...@apache.org on 2012/08/24 23:21:23 UTC

[2/3] git commit: [doc] Update README.md wording.

[doc] Update README.md wording.


Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-app-hello-world/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-app-hello-world/commit/3b111e39
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-app-hello-world/tree/3b111e39
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-app-hello-world/diff/3b111e39

Branch: refs/heads/master
Commit: 3b111e3918309e8ad948eb6aff861021ee8a6ddc
Parents: 537c0e0
Author: Michael Brooks <mi...@michaelbrooks.ca>
Authored: Thu Aug 16 15:09:31 2012 -0500
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Thu Aug 16 15:09:31 2012 -0500

----------------------------------------------------------------------
 README.md |   12 +++++-------
 1 files changed, 5 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-app-hello-world/blob/3b111e39/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index d0a8629..cd4c0e1 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
-# Hello World Application for Apache Cordova
+# Apache Cordova Hello World Application
 
 > Simple Hello World application and test suite.
 
-## Run App
+## Run Application
 
     /www/index.html
 
@@ -12,9 +12,9 @@
 
 ## Versions and Tags
 
-The Hello World's version is directly tied to an Apache Cordova version.
-For example, the tag `1.9.0` for Hello World is compatible with
-Apache Cordova `1.9.0`.
+The Hello World's version is directly tied to an Apache Cordova release.
+
+For example, Hello World `2.0.0` is compatible with Apache Cordova `2.0.0`.
 
 ## How to Update
 
@@ -22,8 +22,6 @@ Update to Apache Cordova x.x.x by:
 
 1. `www/index.html`
     - Update `<script type="text/javascript" src="cordova-x.x.x.js"></script>`
-2. `www/config.xml`
-    - Update `<widget version="x.x.x">`
 3. Commit and Tag
     - `git commit -am "[app] Version x.x.x"`
     - `git tag x.x.x`