diff --git a/README.md b/README.md
index db89f943c3387122c62204a1fff9678193ac42ac..bf88663175f9fa52c58220d529abd0271de7eef4 100644
--- a/README.md
+++ b/README.md
@@ -99,8 +99,9 @@ possible!
 
 ## Requirements
 
-PixelGL backend uses OpenGL to render graphics. Because of that, OpenGL development libraries are
-needed for compilation. The dependencies are same as for [GLFW](https://github.com/go-gl/glfw).
+[PixelGL](https://godoc.org/github.com/faiface/pixel/pixelgl) backend uses OpenGL to render
+graphics. Because of that, OpenGL development libraries are needed for compilation. The dependencies
+are same as for [GLFW](https://github.com/go-gl/glfw).
 
 - On macOS, you need Xcode or Command Line Tools for Xcode (`xcode-select --install`) for required
   headers and libraries.