Skip to content
This repository has been archived by the owner on Mar 19, 2019. It is now read-only.

Commit

Permalink
fixed the typo on UseSpringActivator example
Browse files Browse the repository at this point in the history
  • Loading branch information
imranmomin authored Nov 14, 2016
1 parent 41acded commit 9390ef0
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 @@ -23,7 +23,7 @@ The package provides an extension methods for the `IGlobalConfiguration` interfa

```csharp
Spring.Context.IApplicationContext context = Spring.Context.Support.ContextRegistry.GetContext();
GlobalConfiguration.Configuration.UseSpringActivator(builder.Build());
GlobalConfiguration.Configuration.UseSpringActivator(context);
```

After invoking the `UseSpringActivator` method, Spring.Net-based implementation of the `JobActivator` class will be used to resolve job type instances during the background job processing.
Expand Down

0 comments on commit 9390ef0

Please sign in to comment.