Commit 61438604 by Vicent Martí

Merge pull request #259 from schu/nitpicky-markdown

README.md: do not break syntax highlighting
parents 96da90ae 8087bb93
...@@ -36,7 +36,7 @@ Building libgit2 - Using CMake ...@@ -36,7 +36,7 @@ Building libgit2 - Using CMake
============================== ==============================
libgit2 builds cleanly on most platforms without any external dependencies. 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 they should be installed by default on all systems. Under Windows, libgit2 uses the native Windows API
for threading. for threading.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment