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.
This commit is contained in:
Alan Gutierrez 2012-07-30 14:05:13 -04:00 committed by Ben Noordhuis
parent 4eccb2ee52
commit 8f66bfcee0

View File

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