From 85670d95ee28660502e5e92ae35db83b43fe830e Mon Sep 17 00:00:00 2001 From: agrajaghh Date: Mon, 17 Nov 2014 11:21:47 +0100 Subject: [PATCH] Fix README.md formatting // FREEBIE Closes #2101 --- jobqueue/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: