Skip to content

Commit f2807d1

Browse files
authored
Merge pull request #42 from epsilonGtMyon/fix/readme-configuration
Fix constructor name
2 parents ddeb09e + 454489b commit f2807d1

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)