From 05af8343be6a352688144fcb12b6230061a253ac Mon Sep 17 00:00:00 2001 From: Dan Cryer Date: Fri, 10 May 2013 15:02:08 +0100 Subject: [PATCH] Fixing a typo in the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f3bb035..ef3e685b 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ _**Please be aware that this is a brand new project, in an alpha state, so there Finally, you'll want to set up PHPCI to run as a regular cronjob, so run `crontab -e` and enter the following: - `* * * * * /usr/bin/php /path/to/phpci/cron.php` + * * * * * /usr/bin/php /path/to/phpci/cron.php Obviously, make sure you change the /path/to/phpci to the directory in which you installed PHPCI, and update the PHP path if necessary.