Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Commit

Permalink
Fix markdown headers in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Sep 23, 2011
1 parent ee96a4c commit c226896
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions 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,
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit c226896

Please sign in to comment.