Skip to content

Commit 61b9e31

Browse files
committed
README: update example app to show sponsors page
1 parent f0dc084 commit 61b9e31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ func main() {
4141
app.SetActivationPolicy(appkit.ApplicationActivationPolicyRegular)
4242
app.ActivateIgnoringOtherApps(true)
4343

44-
url := foundation.URL_URLWithString("http://progrium.com")
44+
url := foundation.URL_URLWithString("https://github.com/sponsors/darwinkitdev")
4545
req := foundation.NewURLRequestWithURL(url)
4646
frame := foundation.Rect{Size: foundation.Size{1440, 900}}
4747

0 commit comments

Comments
 (0)