You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by tr...@apache.org on 2012/03/12 13:56:35 UTC

qt commit: Small grammar and formatting improvements to README.md file.

Updated Branches:
  refs/heads/master 0d7dfab02 -> 58fbc9850


Small grammar and formatting improvements to README.md file.


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

Branch: refs/heads/master
Commit: 58fbc9850ce3539dfe729dd6668e5af8cd7b0a3f
Parents: 0d7dfab
Author: Jeff Tranter <tr...@apache.org>
Authored: Mon Mar 12 08:56:22 2012 -0400
Committer: Jeff Tranter <tr...@apache.org>
Committed: Mon Mar 12 08:56:22 2012 -0400

----------------------------------------------------------------------
 README.md |   24 ++++++++++++++----------
 1 files changed, 14 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-qt/blob/58fbc985/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 424d1a9..05fb210 100644
--- a/README.md
+++ b/README.md
@@ -1,18 +1,21 @@
 Cordova/Qt
-===
+==========
 
-Cordova/Qt is the Qt port of the cordova (formerly phonegap) framework. It should compile on any platform which is compatible with Qt & Qt mobility.
+Cordova/Qt is the Qt port of the Cordova (formerly PhoneGap) framework. It should compile on any platform which is compatible with Qt and Qt Mobility.
 
-Requires
----
-- QtSDK
+Requirements
+------------
 
-Create project
-----
-Download the source-code and open the project file with QtCreator. Add your html / js files to the www folder. Edit xml/plugins.xml to enable / disable any required plugins. Compiling / deployment / packaging works as described in the QtCreator documentation.
+- Qt SDK
+
+To Create a Project
+-------------------
+
+Download the source code and open the project file with Qt Creator. Add your html / js files to the www folder. Edit xml/plugins.xml to enable / disable any required plugins. Compiling / deployment / packaging works as described in the Qt Creator documentation.
 
 Supported APIs
----
+--------------
+
 - Console
 - Connection
 - Device
@@ -22,6 +25,7 @@ Supported APIs
 - Storage (supported by native WebKit implementation)
 
 License
----
+-------
+
 Licensed under the APACHE-2.0 license. See LICENSE file for details.