Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
starry-shivam authored Sep 21, 2024
1 parent f9ffac2 commit c8cf0c1
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 @@ -74,7 +74,7 @@ val job = Job(
jobId = "OneTimeJob", // Must be unique for each job
trigger = OneTimeTrigger(ZonedDateTime.now(timeZone).plusSeconds(5)),
// Next runtime of the job; when creating the job for the first time,
// it will be used as the initial runtime.
// it will be used as the initial runtime (Optional).
nextRunTime = ZonedDateTime.now(timeZone).plusSeconds(5),
// Coroutine dispatcher in which the job should be executed.
dispatcher = Dispatchers.Default,
Expand Down

0 comments on commit c8cf0c1

Please sign in to comment.