summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVicent Martí <tanoku@gmail.com>2011-11-16 20:35:29 -0800
committerVicent Martí <tanoku@gmail.com>2011-11-16 20:35:29 -0800
commit010879d9e7111d1160839799067584acf09bd4b9 (patch)
tree2673dead7ae8c5424bb64b866ac764f44f201c7e
parent682408110fb6fb02b55a91654254f2c187a47f06 (diff)
parenta07d899449b18b39c39e0bdbbb7653e92a91c1fb (diff)
downloadlibgit2-010879d9e7111d1160839799067584acf09bd4b9.tar.gz
Merge pull request #486 from petdance/development
Quoted the asterisk to avoid markdown highlighter confusion
-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.