summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2019-07-25 13:59:24 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2019-07-25 13:59:24 -0700
commit75ce48674889df6a2bb493fb5d6bef0ef60ca7ae (patch)
tree633d941a97c372b086d0956c9b10d62554a74a29 /README.md
parentMerge branch 'jc/denoise-rm-to-resolve' (diff)
parentREADME: fix rendering of text in angle brackets (diff)
downloadtgif-75ce48674889df6a2bb493fb5d6bef0ef60ca7ae.tar.xz
Merge branch 'di/readme-markup-fix'
Docfix. * di/readme-markup-fix: README: fix rendering of text in angle brackets
Diffstat (limited to 'README.md')
-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