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 2015/07/21 01:02:42 UTC

docs commit: fix formatting of md for last commit

Repository: cordova-docs
Updated Branches:
  refs/heads/master 6e6ae3f8a -> eb6312b4c


fix formatting of md for last commit


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

Branch: refs/heads/master
Commit: eb6312b4cbf69dca6701f85c4065918796c5abe8
Parents: 6e6ae3f
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Mon Jul 20 16:02:28 2015 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Mon Jul 20 16:02:28 2015 -0700

----------------------------------------------------------------------
 docs/en/edge/guide/cli/index.md | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/eb6312b4/docs/en/edge/guide/cli/index.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/cli/index.md b/docs/en/edge/guide/cli/index.md
index cb0c36f..56226a0 100644
--- a/docs/en/edge/guide/cli/index.md
+++ b/docs/en/edge/guide/cli/index.md
@@ -429,12 +429,15 @@ branch, but an alternate git-ref such as a tag or branch can be
 appended after a `#` character:
 
 Install from a tag:
+
         $ cordova plugin add https://github.com/apache/cordova-plugin-console.git#r0.2.0
 
 or a branch:
+
         $ cordova plugin add https://github.com/apache/cordova-plugin-console.git#CB-8438cordova-plugin-console
 
 or git-ref could also be a particular commit:
+
         $ cordova plugin add https://github.com/apache/cordova-plugin-console.git#f055daec45575bf08538f885e09c85a0eba363ff
 
 If the plugin (and its `plugin.xml` file) is in a subdirectory within


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