From 20253414c393bf7569f53ff10c07316f22d8b660 Mon Sep 17 00:00:00 2001 From: Andrius Bentkus Date: Tue, 24 Dec 2013 18:01:45 +0200 Subject: [PATCH] doc: add readme link to all projects that use libuv. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b0f17f6..6e4ef006 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ 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 used by Mozilla's [Rust language](http://www.rust-lang.org/), [Luvit](http://luvit.io/), [Julia](http://julialang.org/), -[pyuv](https://crate.io/packages/pyuv/), and others. +[pyuv](https://crate.io/packages/pyuv/), and [others](https://github.com/joyent/libuv/wiki/Projects-that-use-libuv). ## Feature highlights