Skip to content

Commit 55a61c4

Browse files
authored
Update README
Typo
1 parent b917ced commit 55a61c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Cleanup method should be called on the exit point of the application.
1818

1919
private void Application_Startup(object sender, StartupEventArgs e)
2020
{
21-
bool isFirstInstance = SingleInstance<App>.InitializeAsFirstInstance("soheilkd_EPlayerIPC"))
21+
bool isFirstInstance = SingleInstance<App>.InitializeAsFirstInstance("soheilkd_ExampleIPC");
2222
if (!isFirstInstance)
2323
{
2424
//If it's not the first instance, arguments are automatically passed to the first instance

0 commit comments

Comments
 (0)