You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2012/11/06 01:38:29 UTC

[19/25] js commit: Update test/window8/README.txt

Update test/window8/README.txt

Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/commit/a3e734b4
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/tree/a3e734b4
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/diff/a3e734b4

Branch: refs/heads/master
Commit: a3e734b4a0e2cc98e6c270cb6fc634f60bce7c63
Parents: 13ef019
Author: wangmingfeng <mi...@gmail.com>
Authored: Tue Oct 23 09:27:09 2012 +0800
Committer: wangmingfeng <mi...@gmail.com>
Committed: Tue Oct 23 09:27:09 2012 +0800

----------------------------------------------------------------------
 test/window8/README.txt |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/blob/a3e734b4/test/window8/README.txt
----------------------------------------------------------------------
diff --git a/test/window8/README.txt b/test/window8/README.txt
index 1c75ba5..27d6e54 100644
--- a/test/window8/README.txt
+++ b/test/window8/README.txt
@@ -1,14 +1,14 @@
 How to create a new win8-metro app using PhoneGap?
 
-1.	Follow the instructions listed in README.md up to creating the pkg/ directory in your project.
+1.	Follow the instructions listed in README.md up to creating the pkg/ directory in incubator-cordova-js project.
 2.	Create a javascript/html Windows 8 (formerly Metro Style) app or use an existing one from Visual Studio 2012.
-3.  Copy the 'cordova.windows8.js' in pkg/ directory to the position you decide in your metro project created before.
-4.  On each html page in the project that needs the cordova scripts, add these lines to those files:
+3.  Copy the 'cordova.windows8.js' in pkg/ directory to the position you decide in your metro app created before.
+4.  On each html page in the app that needs the cordova scripts, add these lines to those files:
          <script src="//Microsoft.WinJS.1.0.RC/js/base.js"></script>
     	 <script src="//Microsoft.WinJS.1.0.RC/js/ui.js"></script>
 
     	 <script type="text/javascript" src="../js/cordova.windows8.js"></script>
 
-    If one or more are exist, you could go ahead without adding the existing scripts again.
+    If one or more exist, you could go ahead without adding the existing scripts again.
 5.  Confirm that these links correctly reference the files. If not, update the location pointed to by source accordingly.
 6.	Build and run.
\ No newline at end of file