Commit 61438604b2adecb90b3fcb738a55f3f8b7fdcb5e

Vicent Martí 2011-06-15T10:39:20

Merge pull request #259 from schu/nitpicky-markdown README.md: do not break syntax highlighting

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/README.md b/README.md
index 6908784..504bb68 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.