From bee48f049c69ef66432e0bda07275c1a9d273986 Mon Sep 17 00:00:00 2001 From: Dmitry Simonenko Date: Tue, 8 Nov 2016 18:19:49 +0300 Subject: [PATCH] flint: update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ce34566..9e6d8e12 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ **flint** -Fast cooperative multitasking engine library built on top of *libuv*. +Fast cooperative multitasking engine library built on top of [libuv](http://libuv.org). The library can be used to simplify programming of a complex
asynchronous applications.