From eff0185e44787280549e7fc138257a9150b4507d Mon Sep 17 00:00:00 2001 From: Ryan Peters Date: Thu, 1 Dec 2022 12:06:42 -0500 Subject: [PATCH] adjust intro text for content --- Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Program.cs b/Program.cs index b831607..ae652a4 100644 --- a/Program.cs +++ b/Program.cs @@ -19,7 +19,7 @@ var filePath = configuration["ContentFilePath"]; if (!File.Exists(filePath)) { - File.WriteAllText(filePath, string.Empty); + File.WriteAllText(filePath, "Hi! Feel free to start typing. Everything will be saved soon after you are done typing."); } app.UseHttpsRedirection();