mirror of
https://github.com/curl/curl.git
synced 2025-09-17 17:42:49 +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
|
@ -168,7 +168,7 @@
|
||||||
make test-torture
|
make test-torture
|
||||||
|
|
||||||
The graphical tool ggcov can be used to browse the source and create
|
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
|
ggcov -r lib src
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user