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.