Skip to content

Commit 0044d7c

Browse files
update chapter 1 readme
it's a Razor web app, not MVC
1 parent 66c81a1 commit 0044d7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

1_CS/HelloWorld/Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
This chapter contains the following code samples:
66

77
* HelloWorld (.NET Core Console App)
8-
* WebApp (Tool-generated ASP.NET Core MVC Web App)
8+
* WebApp (Tool-generated ASP.NET Core Web App)
99
* SelfContainedHelloWorld (Console App configured for self-contained deployment)
1010
* TrimmedHelloWorld
1111

1212
For code comments and issues please check [Professional C#'s GitHub Repository](https://github.com/ProfessionalCSharp/ProfessionalCSharp2021)
1313

1414
Please check my blog [csharp.christiannagel.com](https://csharp.christiannagel.com "csharp.christiannagel.com") for additional information for topics covered in the book.
1515

16-
Thank you!
16+
Thank you!

0 commit comments

Comments
 (0)