Skip to content

Commit dc40a0e

Browse files
authored
uses correct project home url
1 parent 3d65136 commit dc40a0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ElectronNET.CLI/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ private static void PrintUsageHeader()
7070
sb.Append($" ({version})");
7171
}
7272
Console.WriteLine(sb.ToString());
73-
Console.WriteLine("Project Home: https://github.com/GregorBiswanger/ElectronNET");
73+
Console.WriteLine("Project Home: https://github.com/ElectronNET/Electron.NET");
7474
Console.WriteLine("\t");
7575
}
7676

0 commit comments

Comments
 (0)