diff --git a/dotnet-sample/Program.cs b/dotnet-sample/Program.cs index ef389ad..dd21ad4 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 Cincinnati Software Craftsmanship!"); +app.MapGet("/", () => "Hello from FTA!"); app.Run(); diff --git a/slides/Slides.md b/slides/Slides.md index 1c10f5b..a2505a0 100644 --- a/slides/Slides.md +++ b/slides/Slides.md @@ -45,14 +45,14 @@ style: | # YAML ## **Yet Another Markup Language** -Github uses YAML for workflows +GitHub uses YAML for workflows