From: Doug Ilijev Date: Thu, 18 Jul 2019 19:08:45 +0000 (-0700) Subject: README: fix rendering of text in angle brackets X-Git-Tag: v2.23.0-rc0~9^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/7926cee90466f3fcc3120b2d532c831474d5c2e7 README: fix rendering of text in angle brackets Markdown incorrectly interpreted `` as an HTML tag; use backticks to escape `Documentation/git-.txt` to ensure that it renders the text as intended. Signed-off-by: Doug Ilijev Signed-off-by: Junio C Hamano --- diff --git a/README.md b/README.md index 88f126184c..e1d2b82209 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ including full documentation and Git related tools. See [Documentation/gittutorial.txt][] to get started, then see [Documentation/giteveryday.txt][] for a useful minimum set of commands, and -Documentation/git-.txt for documentation of each command. +`Documentation/git-.txt` for documentation of each command. If git has been correctly installed, then the tutorial can also be read with `man gittutorial` or `git help tutorial`, and the documentation of each command with `man git-` or `git help