From c22689655ddd5605e009bef7a794521e9c69dc1f Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Fri, 23 Sep 2011 10:21:09 -0700 Subject: [PATCH] Fix markdown headers in readme --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f24339e80..7500fd9ec 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,17 @@ -This is the new networking layer for Node. Its purpose is to abstract -IOCP on windows and libev on Unix systems. We intend to eventually contain -all platform differences in this library. +# libuv + +libuv is a new platform layer for Node. Its purpose is to abstract IOCP on +windows and libev on Unix systems. We intend to eventually contain all +platform differences in this library. http://nodejs.org/ -= Documentation +## Documentation See `include/uv.h`. -= Build Instructions +## Build Instructions For GCC (including MinGW) there are two methods building: via normal makefiles or via GYP. GYP is a meta-build system which can generate MSVS, @@ -43,7 +45,7 @@ Macintosh users run xcodebuild -project uv.xcodeproj -configuration Release -target All -= Supported Platforms +## Supported Platforms Microsoft Windows operating systems since Windows XP SP2. It can be built with either Visual Studio or MinGW.