diff --git a/dotnet-sample/Program.cs b/dotnet-sample/Program.cs index b134f8f..9e8dcc1 100644 --- a/dotnet-sample/Program.cs +++ b/dotnet-sample/Program.cs @@ -1,6 +1,6 @@ var builder = WebApplication.CreateBuilder(args); var app = builder.Build(); -app.MapGet("/", () => "Hello Granite State Code Camp!"); +app.MapGet("/", () => "Hello PowerShell + DevOps Summit!"); app.Run(); diff --git a/slides/Slides.md b/slides/Slides.md index 98f9a12..8104ee6 100644 --- a/slides/Slides.md +++ b/slides/Slides.md @@ -178,6 +178,8 @@ Demo: [Online Parser](https://yaml-online-parser.appspot.com/) ![bg right:50% 95%](./img/act-quickstart-2.gif) + + ---