From d99e1e17e6231ed1199c0ad36776ed391f135a56 Mon Sep 17 00:00:00 2001 From: "Eric Johansson (neku)" Date: Mon, 9 Nov 2015 02:05:33 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8fd532e..cbec537 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Modify * Set correct paths in several other files. (Will add fix for this via config file instead). * Change uguu.se to your own name in several files. * Cron with check.sh: `crontab -e` -* After running crontab -e, add "0,15,30,45 * * * * bash /home/neku/www/check.sh" (without ""), or read up on how cron works. +* After running `crontab -e`, add `0,15,30,45 * * * * bash /home/neku/www/check.sh`, or read up on how cron works. * Some extensions are blocked by default, this can be changed via includes/core.php's $block array. * Everything else to your likings.