Skip to content

Commit

Permalink
Spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonypos committed Apr 7, 2022
1 parent 4b15e00 commit 2bc3250
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 @@ -296,7 +296,7 @@ The `recurring-job:` prefix is required on the action in order to execute an exi

NOTE: `IRecurringJobFactory & RecurringJobFactory are now obsolete in MIFCore.Hangfire v1.1.0`

The `Hangfire.IRecurringJobManager` interface should be used when registering your recurring jobs in MIFCore. When a new job is registered, the `IRecurringJobManager` will check for any CRON overrides specifies in the `settings.json` and create or update your job in Hangfire.
The `Hangfire.IRecurringJobManager` interface should be used when registering your recurring jobs in MIFCore. When a new job is registered, the `IRecurringJobManager` will check for any CRON overrides specified in the `settings.json` and create or update your job in Hangfire.

```csharp
recurringJobManager.CreateRecurringJob<MyRecurringJob>("MyJobName", y => y.RunMyJob(), Cron.Daily());
Expand Down

0 comments on commit 2bc3250

Please sign in to comment.