From 1c50474b2252fe8c48865aab386b0e7cc3477c71 Mon Sep 17 00:00:00 2001 From: Chris Ayers Date: Fri, 15 Jul 2022 12:18:36 -0400 Subject: [PATCH] updated slides --- dotnet-sample/Program.cs | 2 +- slides/Slides.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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
| Feature | Description | | --- | --- | | Lists | Start with a – | -| Key/Value | Key: value | +| Key-Value | Key: value | | Objects | Objects:
Properties of objects |