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();