From 8f66bfcee05f12e59aa70d0154ef329c03f10530 Mon Sep 17 00:00:00 2001 From: Alan Gutierrez Date: Mon, 30 Jul 2012 14:05:13 -0400 Subject: [PATCH] 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. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f86a0000..1359742f 100644 --- a/README.md +++ b/README.md @@ -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