fix typo in README.md

This commit is contained in:
2020-11-08 14:15:34 +01:00
parent 78ba78b070
commit 2a989cbfcc

View File

@@ -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)