Skip to content

Commit 087508d

Browse files
committed
updated README.md
1 parent 479760f commit 087508d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Cloud & Big Data Contractor, United Kingdom
119119
[https://www.linkedin.com/in/HariSekhon](https://www.linkedin.com/in/HariSekhon)
120120
<br>*(you're welcome to connect with me on LinkedIn)*
121121

122-
**Make sure you run ```make update``` if updating and not just ```git pull``` as you will often need the latest library submodule and possibly new upstream libraries**
122+
**Make sure you run `make update` if updating and not just `git pull` as you will often need the latest library submodule and possibly new upstream libraries**
123123

124124
## Quick Start
125125

@@ -163,9 +163,9 @@ Alternatively there is shebang magic which means each `.go` program can be calle
163163

164164
### Usage
165165

166-
All programs come with a ```--help``` switch which includes a program description and the list of command line options.
166+
All programs come with a `--help` switch which includes a program description and the list of command line options.
167167

168-
Environment variables are supported for convenience and also to hide credentials from being exposed in the process list eg. ```$PASSWORD```, ```$TRAVIS_TOKEN```. These are indicated in the ```--help``` descriptions in brackets next to each option and often have more specific overrides with higher precedence eg. ```$AMBARI_HOST```, ```$HBASE_HOST``` take priority over ```$HOST```.
168+
Environment variables are supported for convenience and also to hide credentials from being exposed in the process list eg. `$PASSWORD`, `$TRAVIS_TOKEN`. These are indicated in the `--help` descriptions in brackets next to each option and often have more specific overrides with higher precedence eg. `$AMBARI_HOST`, `$HBASE_HOST` take priority over `$HOST`.
169169

170170
### DevOps Golang Tools - Inventory
171171

@@ -210,7 +210,7 @@ bash-tools/install/install_homebrew.sh
210210

211211
### Updating
212212

213-
Run ```make update```. This will git pull and then git submodule update which is necessary to pick up corresponding library updates.
213+
Run `make update`. This will git pull and then git submodule update which is necessary to pick up corresponding library updates.
214214

215215
### Contributions
216216

0 commit comments

Comments
 (0)