diff --git a/pixelgl/doc.go b/pixelgl/doc.go
index 6feee33539dbdaded480f3db208625b64dbcb3f3..e28bdfb540f5e2a989ebc02a73b94baa323ed596 100644
--- a/pixelgl/doc.go
+++ b/pixelgl/doc.go
@@ -1,7 +1,7 @@
 // Package pixelgl provides some abstractions around the basic OpenGL primitives and
 // operations.
 //
-// All calls should be wrapped inside pixelgl.Do/DoNoBlock/DoErr/DoVal.
+// All calls should be done from the main thread using "github.com/faiface/mainthread" package.
 //
 // This package deliberately does not handle nor report OpenGL errors, it's up to you to
 // cause none.