You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2014/05/06 21:29:20 UTC

[06/34] git commit: Update wording of README.

Update wording of README.


Project: http://git-wip-us.apache.org/repos/asf/cordova-app-harness/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-app-harness/commit/a6ea6c72
Tree: http://git-wip-us.apache.org/repos/asf/cordova-app-harness/tree/a6ea6c72
Diff: http://git-wip-us.apache.org/repos/asf/cordova-app-harness/diff/a6ea6c72

Branch: refs/heads/master
Commit: a6ea6c725c5b9c6b9e56de3a868d5536e44ec8e9
Parents: 77e816d
Author: Braden Shepherdson <br...@gmail.com>
Authored: Thu Jan 23 14:16:22 2014 -0500
Committer: Braden Shepherdson <br...@gmail.com>
Committed: Thu Jan 23 14:16:22 2014 -0500

----------------------------------------------------------------------
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-app-harness/blob/a6ea6c72/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 249f553..561d3ea 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
 
 This repository contains scripts and assets that will remix the [Apache Cordova project](http://cordova.io)'s [App Harness](https://git-wip-us.apache.org/repos/asf/cordova-app-harness.git) so that it can run Chrome Apps on mobile devices. This is based on the plugins from the [cca](https://github.com/MobileChomeApps/mobile-chrome-apps) toolkit.
 
-The script is current quite crude and doesn't build a very nice app bundle. Folliwing is a list of the manual steps required before and after running the script.
+The script is currently quite crude and doesn't build a very nice app bundle. Folliwing is a list of the manual steps required before and after running the script.
 
 ## Before
 
@@ -11,7 +11,7 @@ The script is current quite crude and doesn't build a very nice app bundle. Foll
 
 ## Running
 
-- Go to the directory containing `cordova-app-harness`
+- Go to the directory where you checked out `cordova-app-harness` (but not inside the `cordova-app-harness` directory).
 - Run `path/to/makeharness.sh FolderName [android] [ios]`
 
 
@@ -24,5 +24,5 @@ The script is current quite crude and doesn't build a very nice app bundle. Foll
 
 ## TODO
 
-- Include icons and make the script install them.
 - Have the script check out cordova-app-harness if it's not found.
+- Include icons and make the script install them.