Skip to content

Commit

Permalink
Fixed a typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TiBeN committed May 17, 2014
1 parent a46bb74 commit e0e12c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ $crontabRepository = new CrontabRepository($crontabAdapter);
```
Note the second parameter `true` of the CrontabAdapter constructor call. This boolean tell the CrontabAdapter to use 'sudo' internally to read/write the crontab.

### Enable or Disable a cronjob
### Enable or disable a cron job
You can enable or disable your cron jobs by setting the "enabled" attribute of a CronJob object accordingly :
```php
$crontabJob->enabled = false;
Expand Down

0 comments on commit e0e12c9

Please sign in to comment.