Skip to content

Commit

Permalink
Update ReadMe.md
Browse files Browse the repository at this point in the history
  • Loading branch information
neuecc authored Jun 14, 2024
1 parent 58658a1 commit e7570fd
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 @@ -908,7 +908,7 @@ var configuration = new ConfigurationBuilder()
.AddJsonFile("appsettings.json")
.Build();

// Bind to services
// Bind to services( Package Import: Microsoft.Extensions.Options.ConfigurationExtensions )
var services = new ServiceCollection();
services.Configure<PositionOptions>(configuration.GetSection("Position"));

Expand Down

0 comments on commit e7570fd

Please sign in to comment.