From 67811ccbfc6e119f0c9fdf63dcef55a281ec496f Mon Sep 17 00:00:00 2001 From: Michele Caini Date: Tue, 19 Jul 2016 15:09:56 +0200 Subject: [PATCH] updated docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1199ed26..4912fb37 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # uvw -**Please, note that `uvw` is still a work in progress**. +**Please, note that `uvw` is almost done, but it lacksa proper test suite**. `uvw` is a header-only, event based, tiny and easy to use C++ wrapper for *libuv*. The basic idea is to hide completely the *C-ish* interface of *libuv* behind a graceful C++ API. Currently, no `uv_*_t` data structure is actually exposed by the library.