From 3c7e1a783d23896c606c2e4ebff0785614aa8dc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?So=CC=88nke=20Ludwig?= Date: Sun, 22 Jan 2017 21:01:13 +0100 Subject: [PATCH] Fix some errors in README. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 62f35db..ba76a5f 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ SelectEventDriver | yes | yes | yes¹ | yes¹ | — | &mdas EpollEventDriver | yes | — | — | — | — | — WinAPIEventDriver | — | yes | — | — | — | — KqueueEventDriver | — | — | yes¹ | yes¹ | — | — -LibasyncEevnetDriver | —¹| —¹| —¹| —¹| — | — +LibasyncEventDriver | —¹| —¹| —¹| —¹| — | — ¹ planned, but not currenly implemented @@ -33,7 +33,7 @@ Timers | yes | yes | yes | ye Events | yes | yes | yes | yes Unix Signals | yes² | yes² | — | — Files | yes | yes | yes | yes -UI Integration | yes¹ | yes¹ | yes | — +UI Integration | yes¹ | yes¹ | yes | yes¹ File watcher | yes² | yes² | yes | — Feature | LibasyncEventDriver @@ -50,6 +50,7 @@ UI Integration | — File watcher | — ¹ Manually, by adopting the X11 display connection socket + ² Currently only supported on Linux