diff --git a/examples/lights/main.go b/examples/lights/main.go
index f778184ac5213d49fea3bee1a3555069763f9635..6769f47362444c227e30752266a0048a6a7c6804 100644
--- a/examples/lights/main.go
+++ b/examples/lights/main.go
@@ -98,7 +98,7 @@ func run() {
 	}
 
 	cfg := pixelgl.WindowConfig{
-		Title:  "Color Light",
+		Title:  "Lights",
 		Bounds: pixel.R(0, 0, 1024, 768),
 		VSync:  true,
 	}