CarterCommunity / Carter

Carter is framework that is a thin layer of extension methods and functionality over ASP.NET Core allowing code to be more explicit and most importantly more enjoyable.
MIT License
2.11k stars 174 forks source link

Update README.md #283

Closed andrewlock closed 2 years ago

andrewlock commented 2 years ago

The majority of the README is using the new .NET 6 hosting model with WebApplication. The final sample refers to Startup.cs however, and shows a ConfigureServices() method. This updates the final sample to use WebApplicationBuilder too, for consistency

jchannon commented 2 years ago

Brill! Thanks!!