diff --git a/Records.cs b/Records.cs index 38aa3c8..5aefbf7 100644 --- a/Records.cs +++ b/Records.cs @@ -20,7 +20,7 @@ namespace Txt2Bib.Records a = a.Trim(); var s = a.Split(' '); return s.Length > 1 ? - $"{s[1]} {s[0]}" : a; + $"{s[1]} {s[0][0]}{s[0][1..].ToLowerInvariant()}" : a; } }