diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-02-02 21:53:27 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-02-02 21:53:27 +0100 |
commit | 450f451d1272ce633b284a0a8781b43120602705 (patch) | |
tree | 0d9c28e1355d349cebe94b1953226d9a26f752cf /README.md | |
parent | Removed print statement. (diff) | |
download | newspipe-450f451d1272ce633b284a0a8781b43120602705.tar.gz newspipe-450f451d1272ce633b284a0a8781b43120602705.tar.bz2 newspipe-450f451d1272ce633b284a0a8781b43120602705.zip |
Typo.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ Automatic updates ----------------- You can fetch new articles with [cron](https://en.wikipedia.org/wiki/Cron) and the script *fetch.py*. -For example if you want to check for updates every 30 minutes, add this line to your cron rules (``crontal -e``): +For example if you want to check for updates every 30 minutes, add this line to your cron rules (``crontab -e``): */30 * * * * cd ~/.pyaggr3g470r/ ; python fetch.py firstname.lastname@mail.com |