Fixing a typo in the README

This commit is contained in:
Dan Cryer 2013-05-10 15:02:08 +01:00
parent 543290d67f
commit 05af8343be

View file

@ -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.