Skip to content

Commit 439190d

Browse files
committed
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 <[email protected]>
1 parent 9d41860 commit 439190d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ including full documentation and Git related tools.
1919

2020
See [Documentation/gittutorial.txt][] to get started, then see
2121
[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.
2323
If git has been correctly installed, then the tutorial can also be
2424
read with `man gittutorial` or `git help tutorial`, and the
2525
documentation of each command with `man git-<commandname>` or `git help

0 commit comments

Comments
 (0)