From 06c60e9662fea752d77237857bbf2c9ea5889a00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Sun, 20 Jul 2014 18:17:05 +0200 Subject: [PATCH] doc: add logo image to README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e0e73591..692961e8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -# libuv +![libuv][libuv_banner] + +## Overview libuv is a multi-platform support library with a focus on asynchronous I/O. It was primarily developed for use by [Node.js](http://nodejs.org), but it's also @@ -141,3 +143,4 @@ See the [guidelines for contributing][]. [Python]: https://www.python.org/downloads/ [Visual Studio Express 2010]: http://www.microsoft.com/visualstudio/eng/products/visual-studio-2010-express [guidelines for contributing]: https://github.com/joyent/libuv/blob/master/CONTRIBUTING.md +[libuv_banner]: https://raw.githubusercontent.com/joyent/libuv/master/img/banner.png