Skip to content

Commit 08edb04

Browse files
authored
Add missing backticks to fix markdown format (TeslaGov#92)
Co-authored-by: Lewis M. Kabui <[email protected]>
1 parent d7a3691 commit 08edb04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,13 +167,13 @@ Note the `includePath` additions above -- please update them as appropriate. Nex
167167

168168
#### Cloning `libjwt`
169169

170-
1. Clone this repository as follows (replace `<target_dir>`): `git clone [email protected]:benmcollins/libjwt.git <target_dir>
170+
1. Clone this repository as follows (replace `<target_dir>`): `git clone [email protected]:benmcollins/libjwt.git <target_dir>`
171171
2. Enter the directory and switch to the latest tag: `git checkout $(git tag | sort -Vr | head -n 1)`
172172
3. Update the `includePath` entires shown above to match the ___location you chose.
173173

174174
#### Cloning `libjansson`
175175

176-
1. Clone this repository as follows (replace `<target_dir>`): `git clone [email protected]:akheron/jansson.git <target_dir>
176+
1. Clone this repository as follows (replace `<target_dir>`): `git clone [email protected]:akheron/jansson.git <target_dir>`
177177
2. Enter the directory and switch to the latest tag: `git checkout $(git tag | sort -Vr | head -n 1)`
178178
3. Update the `includePath` entires shown above to match the ___location you chose.
179179

0 commit comments

Comments
 (0)