From 2e58ea8fd50c71a54bcb865b1cb1ea3840128f12 Mon Sep 17 00:00:00 2001 From: Tenor Biel Date: Sat, 30 Nov 2013 22:06:32 -0600 Subject: [PATCH] doc: fixed typo in readme The link to nodejs.org in README.md was broken. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c0d32dd..c99b0c51 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # libuv libuv is a multi-platform support library with a focus on asynchronous I/O. It -was primarily developed for use by [Node.js](http://node.js.org), but it's also +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.