From e4864103c62f40a699b046d86c0c3bb44bb68862 Mon Sep 17 00:00:00 2001 From: "Enrico M. Crisostomo" Date: Thu, 20 Feb 2014 22:58:15 +0100 Subject: [PATCH] Update README.md. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5738b33..734338c 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ README This is fsw, a program which receives notifications when the contents of the specified files or directories are modified. fsw implements three kind of watcher: + * A watcher based on the _File System Events API_ of Apple OS X. * A watcher based on _kqueue_, an event notification interface introduced in FreeBSD 4.1 and supported on most *BSD systems (including OS X).