summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2019-07-29 12:38:12 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2019-07-29 12:38:12 -0700
commitc8823b44f16ed12d53ec3fa6592e3db6ff0e5e28 (patch)
treef9f17e26753047b4b6bf0aa58611f147a4bb97f6
parentMerge branch 'vn/xmmap-gently' into maint (diff)
parentREADME: fix rendering of text in angle brackets (diff)
downloadtgif-c8823b44f16ed12d53ec3fa6592e3db6ff0e5e28.tar.xz
Merge branch 'di/readme-markup-fix' into maint
Docfix. * di/readme-markup-fix: README: fix rendering of text in angle brackets
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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-<commandname>.txt for documentation of each command.
+`Documentation/git-<commandname>.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-<commandname>` or `git help