Skip to content

Commit 9969b13

Browse files
author
Mauro Bertoli
committed
update readme
1 parent 8c35aea commit 9969b13

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# .Net 5 console application demo
1+
# .Net Core 5 console application demo
22

3-
A console app built using .NET 5 with support to Microsoft DI best practices to show how to setup:
3+
A console app built using .NET Core 5 with support to Microsoft DI best practices to show how to setup:
44

55
- Multiple environments,
66
- Configuration values using the `Options pattern`,
@@ -35,7 +35,7 @@ The configuration files can contain only partial object, and can override eachot
3535
- Azure KeyVault
3636

3737
Your custom configuration properties (Options pattern) should be placed inside objects, and not added directly to the AppConfig class.
38-
In this wy it's possible to inject these classes during DI.
38+
In this way it's possible to inject these classes during DI.
3939

4040
### User secrets
4141

0 commit comments

Comments
 (0)