diff --git a/README.md b/README.md index a224f93..3e124dc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Motivation -A script to automatically mark entires as read in miniflux using its api +A script to automatically mark entries as read in miniflux using its api # How to use @@ -31,7 +31,7 @@ The systemd service file can be located in .config/systemd/user Description=mark certain entries as read in miniflux [Service] - Type=oneshot + Type=simple ExecStart=/usr/bin/env python3 ./mark_as_read.py --config ./mark_as_read.ini ## systemd timer