From 450f451d1272ce633b284a0a8781b43120602705 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sun, 2 Feb 2014 21:53:27 +0100 Subject: Typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index c3700086..dbe04574 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit