Fix markdown headers in readme
This commit is contained in:
parent
ee96a4c579
commit
c22689655d
14
README.md
14
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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user