diff --git a/README.md b/README.md index c4076ab..df046f1 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Execute the python-file for the first test run and watch console outputs. `python3 updater.py` If everything went well, configure crontab to run the script hourly (this is the refresh interval of the apkcombo RSS feed). `crontab -e` -`30 * * * * /usr/bin/python3 /mnt/data/updater/update.py > /dev/null 2>&1` +`30 * * * * /usr/bin/python3 /mnt/data/updater/updater.py > /dev/null 2>&1` ## Remarks I am not affiliated with any APK developer, nor f-droid or apkcombo. All rights belong to their owner. \ No newline at end of file