Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pwelter34 committed Jan 30, 2024
1 parent 34abcd6 commit 635eff9
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 @@ -219,7 +219,7 @@ public class RegistrationModule
[RegisterServices]
public static void Register(IServiceCollection services)
{
// add configuration options
// add and bind configuration options, Microsoft.Extensions.Configuration.Binder
services
.AddOptions<PollingOption>()
.Configure<IConfiguration>((settings, configuration) => configuration
Expand Down

0 comments on commit 635eff9

Please sign in to comment.