From 5329a93709857e66a517a7c9adfd58e27fe6ffe1 Mon Sep 17 00:00:00 2001
From: faiface <faiface@ksp.sk>
Date: Sun, 23 Apr 2017 20:35:58 +0200
Subject: [PATCH] add useful links to readme

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

diff --git a/README.md b/README.md
index 39856c5..169e44e 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,14 @@
 # Pixel [![GoDoc](https://godoc.org/github.com/faiface/pixel?status.svg)](https://godoc.org/github.com/faiface/pixel) [![Go Report Card](https://goreportcard.com/badge/github.com/faiface/pixel)](https://goreportcard.com/report/github.com/faiface/pixel)
 
 A 2D game library that doesn't get in your way. Focus on ease of use, extensibility and performance.
+Take a look into the [features](#features) to see what it can do.
 
 ```
 go get github.com/faiface/pixel
 ```
 
+See [requirements](#requirements) for the list of libraries necessary for compilation.
+
 ## Tutorial
 
 The [Wiki of this repo](https://github.com/faiface/pixel/wiki) contains an extensive tutorial
-- 
GitLab