From 2a989cbfcc3b9dbe88d082db56a1f4f4ca83bdde Mon Sep 17 00:00:00 2001 From: Thomas Oettli Date: Sun, 8 Nov 2020 14:15:34 +0100 Subject: [PATCH] fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a89e794..7cdf9cb 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # pyinotifyd -A daemon to monitore filesystems events with inotify on Linux and execute tasks (Python methods or Shell commands) with an optional delay. It is also possible to cancel delayed tasks. +A daemon to monitor filesystems events with inotify on Linux and execute tasks (Python methods or Shell commands) with an optional delay. It is also possible to cancel delayed tasks. ## Requirements * [pyinotify](https://github.com/seb-m/pyinotify)