diff --git a/README.md b/README.md
index 1c782e97380f4194c7d318c3f5bbf572f5691768..6482105f058640183c7b06116e7fed782b2d5763 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