mirror of
https://github.com/taigrr/go-selfupdate
synced 2025-01-18 04:33:12 -08:00
Typo correction
This commit is contained in:
parent
333a93f08e
commit
2b98ac12b2
@ -19,7 +19,7 @@ Enable your Golang applications to self update. Inspired by Chrome based on Her
|
||||
var updater = &selfupdate.Updater{
|
||||
CurrentVersion: version,
|
||||
ApiURL: "http://updates.yourdomain.com/",
|
||||
BinURL: "http://updates.yourdownmain.com/",
|
||||
BinURL: "http://updates.yourdomain.com/",
|
||||
DiffURL: "http://updates.yourdomain.com/",
|
||||
Dir: "update/",
|
||||
CmdName: "myapp", // app name
|
||||
|
Loading…
x
Reference in New Issue
Block a user