aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2014-09-10 17:12:13 -0400
committerJustin M. Keyes <justinkz@gmail.com>2014-09-10 17:12:13 -0400
commit7577c31ed08b0f4e1426f9e6a1da7d5fd55440bb (patch)
tree316540392ceb79a06bc9b081c1ec857e7b47ba26
parentc54baaa319c95fa5fb7544ce7282ffb14a976902 (diff)
parent213cbdd4e4134622757197feebe9249c27ed93de (diff)
downloadrneovim-7577c31ed08b0f4e1426f9e6a1da7d5fd55440bb.tar.gz
rneovim-7577c31ed08b0f4e1426f9e6a1da7d5fd55440bb.tar.bz2
rneovim-7577c31ed08b0f4e1426f9e6a1da7d5fd55440bb.zip
Merge pull request #1143 from mkwork/readme
README.md: link to libuv
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b8af1a61a3..16a3d415b1 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,7 @@ For lots more details, see
### What's being worked on now
-- Port all IO to libuv
+- Port all IO to [libuv](https://github.com/joyent/libuv/blob/master/README.md)
- Lots of refactoring
- A VimL => Lua transpiler