summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDoug Ilijev <doug.ilijev@gmail.com>2019-07-18 19:08:45 (GMT)
committerJunio C Hamano <gitster@pobox.com>2019-07-18 21:47:46 (GMT)
commit7926cee90466f3fcc3120b2d532c831474d5c2e7 (patch)
tree264dde8dee9ed6bd99e52dc67601ac78991d4234 /README.md
parentb697d92f56511e804b8ba20ccbe7bdc85dc66810 (diff)
downloadgit-7926cee90466f3fcc3120b2d532c831474d5c2e7.zip
git-7926cee90466f3fcc3120b2d532c831474d5c2e7.tar.gz
git-7926cee90466f3fcc3120b2d532c831474d5c2e7.tar.bz2
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>
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 88f1261..e1d2b82 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