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:28 UTC

[18/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/efc20a10
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/tree/efc20a10
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/diff/efc20a10

Branch: refs/heads/master
Commit: efc20a10f40555e3d7276c396f4763b2a283addd
Parents: a3e734b
Author: wangmingfeng <mi...@gmail.com>
Authored: Tue Oct 23 09:28:10 2012 +0800
Committer: wangmingfeng <mi...@gmail.com>
Committed: Tue Oct 23 09:28:10 2012 +0800

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


http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/blob/efc20a10/test/window8/README.txt
----------------------------------------------------------------------
diff --git a/test/window8/README.txt b/test/window8/README.txt
index 27d6e54..6beca6d 100644
--- a/test/window8/README.txt
+++ b/test/window8/README.txt
@@ -1,7 +1,7 @@
 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 incubator-cordova-js project.
-2.	Create a javascript/html Windows 8 (formerly Metro Style) app or use an existing one from Visual Studio 2012.
+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 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>
@@ -11,4 +11,4 @@ How to create a new win8-metro app using PhoneGap?
 
     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
+6.  Build and run.
\ No newline at end of file