Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 86B06200C70 for ; Thu, 20 Apr 2017 02:23:15 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 85530160BAA; Thu, 20 Apr 2017 00:23:15 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id CD41C160B9C for ; Thu, 20 Apr 2017 02:23:14 +0200 (CEST) Received: (qmail 3664 invoked by uid 500); 20 Apr 2017 00:23:14 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 3654 invoked by uid 99); 20 Apr 2017 00:23:14 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Apr 2017 00:23:14 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id E56F2DFBDA; Thu, 20 Apr 2017 00:23:13 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: steven@apache.org To: commits@cordova.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: cordova-cli git commit: Fix broken Markdown headings Date: Thu, 20 Apr 2017 00:23:13 +0000 (UTC) archived-at: Thu, 20 Apr 2017 00:23:15 -0000 Repository: cordova-cli Updated Branches: refs/heads/master 132555ed6 -> eef875c63 Fix broken Markdown headings This closes #273 Project: http://git-wip-us.apache.org/repos/asf/cordova-cli/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-cli/commit/eef875c6 Tree: http://git-wip-us.apache.org/repos/asf/cordova-cli/tree/eef875c6 Diff: http://git-wip-us.apache.org/repos/asf/cordova-cli/diff/eef875c6 Branch: refs/heads/master Commit: eef875c63f97fc0f468a5a1e49118f81b19f16c7 Parents: 132555e Author: Santiago Castro Authored: Sun Apr 16 23:35:32 2017 -0300 Committer: Steve Gill Committed: Wed Apr 19 17:23:15 2017 -0700 ---------------------------------------------------------------------- README.md | 2 +- doc/readme.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/eef875c6/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 0751a4e..68dc593 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ [Apache Cordova](http://cordova.apache.org) allows for building native mobile applications using HTML, CSS and JavaScript. This tool helps with management of multi-platform Cordova applications as well as Cordova plugin integration. -#Installation +# Installation In your command-line on Windows: ```bash c:\> npm install -g cordova http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/eef875c6/doc/readme.md ---------------------------------------------------------------------- diff --git a/doc/readme.md b/doc/readme.md index e1e44c7..433352b 100644 --- a/doc/readme.md +++ b/doc/readme.md @@ -435,7 +435,7 @@ cordova prepare [ [..]] [--browserify | --fetch] ``` -###Options +### Options | Option | Description |------------|------------------ @@ -451,7 +451,7 @@ cordova prepare [ [..]] `cordova compile` is a subset of the [cordova build command](#cordova-build-command). It only performs the compilation step without doing prepare. It's common to invoke `cordova build` instead of this command - however, this stage is useful to allow extending using [hooks][Hooks guide]. -###Syntax +### Syntax ```bash cordova build [ [...]] @@ -511,7 +511,7 @@ cordova build [ [...]] Prepares, builds, and deploys app on specified platform devices/emulators. If a device is connected it will be used, unless an eligible emulator is already running. -###Syntax +### Syntax ```bash cordova run [ [...]] @@ -538,7 +538,7 @@ cordova run [ [...]] | --browserify | Compile plugin JS at build time using browserify instead of runtime | `` | To provide platform specific options, you must include them after `--` separator. Review platform guide docs for more details. -###Examples +### Examples - Run a release build of current cordova project on `android` platform emulator named `Nexus_5_API_23_x86`. Use the spcified build configuration when running: --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org