summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAndy Lester <andy@petdance.com>2011-11-16 17:33:02 -0600
committerAndy Lester <andy@petdance.com>2011-11-16 17:33:02 -0600
commita07d899449b18b39c39e0bdbbb7653e92a91c1fb (patch)
tree2aa8cc7ae44b753905dd8084154425b2553d5de9 /README.md
parent5fa1bed0f7da8959f561c49fba6975812f80546a (diff)
downloadlibgit2-a07d899449b18b39c39e0bdbbb7653e92a91c1fb.tar.gz
Quoted the asterisk to avoid markdown highlighter confusion
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 82517bc48..6ba9e6407 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,7 @@ Building libgit2 - Using CMake
==============================
libgit2 builds cleanly on most platforms without any external dependencies.
-Under Unix-like systems, like Linux, * BSD and Mac OS X, libgit2 expects `pthreads` to be available;
+Under Unix-like systems, like Linux, \*BSD and Mac OS X, libgit2 expects `pthreads` to be available;
they should be installed by default on all systems. Under Windows, libgit2 uses the native Windows API
for threading.