Skip to content

Commit add6cbd

Browse files
authored
Update README.md
1 parent c99c2ec commit add6cbd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ jobManager.Schedule(() => Console.WriteLine("Exprission job {0}.", 2), Automatic
2727

2828
**Cron tab executation tasks**
2929

30-
Cron tab support.
31-
3230
```csharp
3331
jobManager.Schedule(() => Console.WriteLine("Exprission job {0}.", 3), DateTimeOffset.Now, "* * * * *", null);
3432
```

0 commit comments

Comments
 (0)