diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml
index 3eaff5b70d..779eb235a9 100644
--- a/.github/FUNDING.yml
+++ b/.github/FUNDING.yml
@@ -1 +1 @@
-github: [fyne-io, andydotxyz, toaster, Jacalz, changkun]
+github: [fyne-io, andydotxyz, toaster, Jacalz, changkun, dweymouth, lucor]
diff --git a/README.md b/README.md
index a7e456a083..67582641d0 100644
--- a/README.md
+++ b/README.md
@@ -97,6 +97,9 @@ And you can run that simply as:
go run main.go
+> [!NOTE]
+> The first compilation of Fyne on Windows _can_ take up to 10 minutes, depending on your hardware. Subsequent builds will be fast.
+
It should look like this:
diff --git a/theme/icons_test.go b/theme/icons_test.go
index 2bf1ed5aff..2f13f80a5b 100644
--- a/theme/icons_test.go
+++ b/theme/icons_test.go
@@ -122,7 +122,7 @@ func TestThemedResource_Content_GroupPolygonsFile(t *testing.T) {
assert.NotEqual(t, staticResource.Content(), themedResource.Content())
}
-// a black svg object omits the fill tag, this checks it it still properly updated
+// a black svg object omits the fill tag, this checks if it still properly updated
func TestThemedResource_Content_BlackFillIsUpdated(t *testing.T) {
fyne.CurrentApp().Settings().SetTheme(theme.DarkTheme())
staticResource := helperLoadRes(t, "cancel_PathsBlackFill.svg")