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

Commit

Permalink
Browse files Browse the repository at this point in the history
doc: add 'Intro to libuv' link to README
Add a link to 'An Introduction to libuv' to the documentation section of
README.md. Format the section as a bullet list.
  • Loading branch information
flatheadmill authored and bnoordhuis committed Jul 30, 2012
1 parent 4eccb2e commit 8f66bfc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Expand Up @@ -39,8 +39,10 @@ http://nodejs.org/

## Documentation

See `include/uv.h`.

* [include/uv.h](https://github.com/joyent/libuv/blob/master/include/uv.h)
— API documentation in the form of detailed header comments.
* [An Introduction to libuv](http://nikhilm.github.com/uvbook/) — An
overview of libuv with tutorials.

## Build Instructions

Expand Down

0 comments on commit 8f66bfc

Please sign in to comment.