Skip to content

Commit 454489b

Browse files
committed
Fix constructor name
1 parent ddeb09e commit 454489b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReadMe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ public class ConfigAppSample : ConsoleAppBase
487487
IOptions<MyConfig> config;
488488

489489
// get configuration from DI.
490-
public Program(IOptions<MyConfig> config)
490+
public ConfigAppSample(IOptions<MyConfig> config)
491491
{
492492
this.config = config;
493493
}

0 commit comments

Comments
 (0)