Skip to content

Commit

Permalink
typo correction
Browse files Browse the repository at this point in the history
  • Loading branch information
ironpark committed Jun 28, 2022
1 parent 802dbb0 commit ad5908f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ POC

```go
func RunTray(){
tray, err := systray.Run("<unix-domain-socket | pipe name for IPC>",
systray.WithTitle("TITLE"),)
tray, err := remotray.Run("<unix-domain-socket | pipe name for IPC>",
remotray.WithTitle("TITLE"),)
if err != nil {
panic(err)
}
Expand Down

0 comments on commit ad5908f

Please sign in to comment.