Skip to content

Commit b6261d4

Browse files
authored
Update README.md
1 parent 94daa40 commit b6261d4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ var singleInstance = new SingleInstance(@"Global");
1111

1212
if (!singleInstance.IsFirstInstance)
1313
{
14-
singleInstance.PassArgumentsToFirstInstance(e.Args.Append(Constants.ParameterShow));
14+
singleInstance.PassArgumentsToFirstInstance(e.Args);
1515
return;
1616
}
1717

1818
singleInstance.ArgumentsReceived.ObserveOnDispatcher().Subscribe(args => { });
1919
singleInstance.ListenForArgumentsFromSuccessiveInstances();
2020

2121
singleInstance.Dispose();
22-
```
22+
```

0 commit comments

Comments
 (0)