Fix markdown headers in readme

This commit is contained in:
Ryan Dahl 2011-09-23 10:21:09 -07:00
parent ee96a4c579
commit c22689655d

View File

@ -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.