From c2c106d34d3570a739a06c64b0e3d6515786ffe6 Mon Sep 17 00:00:00 2001
From: faiface <faiface@ksp.sk>
Date: Sat, 22 Apr 2017 23:44:17 +0200
Subject: [PATCH] clarify readme

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 1c782e9..6482105 100644
--- a/README.md
+++ b/README.md
@@ -78,7 +78,7 @@ ways.** This is not a 100% guarantee thought.
   - Much more...
 - Pixel let's you draw stuff and do your job, it doesn't impose any particular style or paradigm
 - Off-screen drawing to Canvas or any other target (Batch, IMDraw, ...)
-- Platform and backend independent core
+- Platform and backend independent [core](https://godoc.org/github.com/faiface/pixel)
 - Core Target/Triangles/Picture pattern makes it easy to create new drawing targets that do
   arbitrarily crazy stuff (e.g. graphical effects)
 - Small codebase, ~5K lines of code, together with the backend
-- 
GitLab