From 608197554419397761cb323eeb29ab1e58352f81 Mon Sep 17 00:00:00 2001 From: Dmitry Simonenko Date: Wed, 1 Mar 2017 16:24:23 +0300 Subject: [PATCH] machinarium: update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9feab104..54849b6c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ **machinarium** -Fast cooperative multitasking engine library built on top of [libuv](http://libuv.org). +Fast cooperative multitasking library built on top of [libuv](http://libuv.org) and [libcoro](http://software.schmorp.de/pkg/libcoro.html). The library can be used to simplify programming of a complex
asynchronous applications.