You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ja...@apache.org on 2017/12/06 14:53:23 UTC

[cordova-coho] branch master updated: fix headline levels

This is an automated email from the ASF dual-hosted git repository.

janpio pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-coho.git


The following commit(s) were added to refs/heads/master by this push:
     new 2de59da  fix headline levels
2de59da is described below

commit 2de59da4197e1a428e5b342c3dc532728d8a337f
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Wed Dec 6 15:53:22 2017 +0100

    fix headline levels
---
 README.md | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/README.md b/README.md
index 14c4e70..632b051 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,7 @@ Easiest way on OS X & Linux:
 Easiest way on Windows:
     [http://nodejs.org/](http://nodejs.org/)
 
-# Installation
+## Installation
 
 ```bash    
 npm install -g cordova-coho
@@ -52,7 +52,7 @@ npm install -g cordova-coho
 
 On Mac OS X / Linux, if you didn't use a node version manager like `nvm` or `n`, you might have to run the command using `sudo`.    
 
-## Alternately, you could also clone & use `coho`
+### Alternately, you could also clone & use `coho`
 
 ```bash
 mkdir -p cordova
@@ -63,7 +63,7 @@ npm install
 npm link # Might need sudo for some configurations
 ```
 
-# Cloning/Updating Cordova repositories
+## Cloning/Updating Cordova repositories
 
 ```bash
 mkdir cordova-repos
@@ -75,7 +75,7 @@ coho repo-update -g -r all
 
 The `all` repo id will clone **all** Apache Cordova repositories into the current working directory. 
 
-# Docs
+## Docs
 
     coho --help
 
@@ -92,15 +92,15 @@ To see valid repo ids and repo group ids for use with Coho, use the `list-repos`
 
     coho list-repos    
 
-## Note about global context
+### Note about global context
 
 Note that for some commands you may need to use the `-g` or `--global` flag to work in an npm global context, since coho was originally designed for use in another context.
 
-# Contributing
+## Contributing
 Cordova is an open source Apache project and contributors are needed to keep this project moving forward. Learn more on 
 [how to contribute on our website][contribute]. 
 
-## Issues
+### Issues
 
 If you find issues with this tool, please follow our guidelines for [reporting issues]. 
 We do not use the GitHub issue system as an Apache project, we have a JIRA issue management system which covers over 50+ CLI, platform, and plugin repos in the Cordova project. Use the "cordova-coho" component for Cordova Coho issues.

-- 
To stop receiving notification emails like this one, please contact
['"commits@cordova.apache.org" <co...@cordova.apache.org>'].

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