From 6f3d89940422170d73e637171099ae69d0378c2a Mon Sep 17 00:00:00 2001
From: faiface <faiface@ksp.sk>
Date: Sat, 22 Apr 2017 23:58:13 +0200
Subject: [PATCH] add link to "PixelGL backend" in readme

---
 README.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index db89f94..bf88663 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.
-- 
GitLab