README: fix rendering of text in angle brackets
Markdown incorrectly interpreted `<commandname>` as an HTML tag; use backticks to escape `Documentation/git-<commandname>.txt` to ensure that it renders the text as intended. Signed-off-by: Doug Ilijev <doug.ilijev@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Doug Ilijev committed
Jul 18, 2019 at 12:08 UTC
7926cee90466f3fcc3120b2d532c831474d5c2e7
1 file changed
+1
-1
README.md
+1
-1
@@ -19,7 +19,7 @@ including full documentation and Git related tools.
19
20
See [Documentation/gittutorial.txt][] to get started, then see
21
[Documentation/giteveryday.txt][] for a useful minimum set of commands, and
22
-Documentation/git-<commandname>.txt for documentation of each command.
22
+`Documentation/git-<commandname>.txt` for documentation of each command.
23
If git has been correctly installed, then the tutorial can also be
24
read with `man gittutorial` or `git help tutorial`, and the
25
documentation of each command with `man git-<commandname>` or `git help