diff --git a/jobqueue/README.md b/jobqueue/README.md index e996ddac75..0dfcb6123e 100644 --- a/jobqueue/README.md +++ b/jobqueue/README.md @@ -76,7 +76,7 @@ public class SampleJob extends Job { return false; } } -`` +``` A Job is scheduled simply by adding it to the JobManager: