You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by mw...@apache.org on 2013/07/31 22:01:03 UTC

[08/15] docs commit: [CB-3962] monospace for inline commands

[CB-3962] monospace for inline commands


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

Branch: refs/heads/master
Commit: bd38519afca668723a88fa6528093eefd391ce21
Parents: 89a6b5a
Author: Mike Sierra <le...@gmail.com>
Authored: Wed Jul 31 12:31:58 2013 -0400
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Wed Jul 31 12:59:50 2013 -0700

----------------------------------------------------------------------
 docs/en/edge/guide/hybrid/plugins/index.md         |  2 +-
 docs/en/edge/guide/platforms/blackberry10/tools.md | 16 ++++++++++------
 2 files changed, 11 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/bd38519a/docs/en/edge/guide/hybrid/plugins/index.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/hybrid/plugins/index.md b/docs/en/edge/guide/hybrid/plugins/index.md
index 64896fd..1b7efb3 100644
--- a/docs/en/edge/guide/hybrid/plugins/index.md
+++ b/docs/en/edge/guide/hybrid/plugins/index.md
@@ -100,7 +100,7 @@ Cordova has a plugin specification available to enable automated
 installation of the plugin for Android, iOS, BlackBerry 10 and Windows
 Phone platforms. By structuring your plugin in a particular way and
 adding a `plugin.xml` manifest file, you can enable users to install
-your plugin via the command line tooling.
+your plugin via the command-line tooling.
 
 - Plugin Specification
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/bd38519a/docs/en/edge/guide/platforms/blackberry10/tools.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/platforms/blackberry10/tools.md b/docs/en/edge/guide/platforms/blackberry10/tools.md
index cf8c65a..9cb5e3d 100644
--- a/docs/en/edge/guide/platforms/blackberry10/tools.md
+++ b/docs/en/edge/guide/platforms/blackberry10/tools.md
@@ -37,20 +37,24 @@ arguments.
 
 ## create
 
-The 'create' command creates a new project:
+The `create` command creates a new project:
 
     bin/create <path-to-project> <project-package> <project-name>
 
 where
 
-- '<path-to-project>' specifies the directory you want the project created in
+- `<path-to-project>` specifies the directory you want the project created in
 
-- '<project-package>' specifies a reverse domain style identifier
+- `<project-package>` specifies a reverse domain style identifier
 
-- '<project-name>' specifies the apps display name
+- `<project-name>` specifies the apps display name
 
-*Note*: the create command bootstraps dependency installation through the 'npm install' command. Depending on installation directory and system permissions, this may require admin privileges.
-If a problem is encountered on OSX/Linux, run 'sudo npm install' before using the create command. On Windows, run 'npm install' in a command line utility opened with admin privileges.
+__NOTE:__ the `create` command bootstraps dependency installation
+through the `npm install` command. Depending on the installation
+directory and system permissions, this may require administrator
+privileges.  If there's problem on OSX/Linux, run `sudo npm install`
+before using the `create` command. On Windows, run `npm install` in a
+command-line utility opened with administrator privileges.
 
 ## target