You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by db...@apache.org on 2015/09/11 21:41:59 UTC

docs commit: Fixing up README.

Repository: cordova-docs
Updated Branches:
  refs/heads/cordova-website 7b202dab3 -> ba4924662


Fixing up README.


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

Branch: refs/heads/cordova-website
Commit: ba4924662309b290cd9bd196cef3347a7c8db285
Parents: 7b202da
Author: Dmitry Blotsky <dm...@gmail.com>
Authored: Fri Sep 11 12:41:56 2015 -0700
Committer: Dmitry Blotsky <dm...@gmail.com>
Committed: Fri Sep 11 12:41:56 2015 -0700

----------------------------------------------------------------------
 README.md | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/ba492466/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index cb1c570..c11d6c6 100644
--- a/README.md
+++ b/README.md
@@ -113,11 +113,11 @@ To add an item to the **Codorva Tools** or **Cordova App Showcase** sections on
     - `www/_data/tools.yml` for Cordova Tools, or
     - `www/_data/showcase-apps.yml` for Cordova App Showcase.
 1. Optionally add an image (the image must be **less than 256KiB** in size):
-    1. Place the image it in the `img` directory:
+    1. Place the image in the `img` directory:
         - `www/static/img/tools` for Cordova Tools, or
         - `www/static/img/showcase-apps` for Cordova App Showcase.
     1. Set the `image` field in the YAML file to be just the image file's *name*.
-1. Submit a GitHub pull request with the changes.
+1. Submit a [GitHub pull request][pr] with the changes.
 
 Writing a Blog Post
 ===================
@@ -192,6 +192,11 @@ To print the list of plugin versions tested:
 
         for d in *-plugin-*; do ( cd $d && echo "* $(basename $PWD): $(grep version plugin.xml|grep -v encoding|cut -d'"' -f2)" ) ; done | grep '^\*'
 
+Troubleshooting
+===============
+
+Ask for help on the IRC channel: #cordova on irc.freenode.net.
+
 [ruby_linux]: https://www.ruby-lang.org/en/documentation/installation/#package-management-systems
 [homebrew]: http://brew.sh/
 [linux_node]: https://nodesource.com/blog/nodejs-v012-iojs-and-the-nodesource-linux-repositories#installing-node-js-v0-12
@@ -199,8 +204,4 @@ To print the list of plugin versions tested:
 [nodejs]: https://nodejs.org/
 [install_pip]: https://pip.pypa.io/en/latest/installing.html
 [svn]: http://svnbook.red-bean.com/en/1.7/svn.intro.quickstart.html
-
-Troubleshooting
-===============
-
-Ask for help on the IRC channel: #cordova on irc.freenode.net.
+[pr]: https://help.github.com/articles/using-pull-requests/


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org