mirror of
https://github.com/curl/curl.git
synced 2026-07-16 00:57:21 +03:00
tests: fix markdown formatting in README
The asterisk in the abbreviation *NIX (for UNIX/Linux) needs to be escaped to not mean start of italic formatting. This is consistent with docs/RELEASE-PROCEDURE.md. Closes: #8802 Reviewed-by: Daniel Stenberg <daniel@haxx.se>
This commit is contained in:
parent
1b0cab695d
commit
5d3c57bfaa
1 changed files with 1 additions and 1 deletions
|
|
@ -168,7 +168,7 @@
|
|||
make test-torture
|
||||
|
||||
The graphical tool ggcov can be used to browse the source and create
|
||||
coverage reports on *NIX hosts:
|
||||
coverage reports on \*nix hosts:
|
||||
|
||||
ggcov -r lib src
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue