From af1ccf885ff04f21754a13973ad38d96617586fe Mon Sep 17 00:00:00 2001
From: faiface <faiface@ksp.sk>
Date: Sat, 22 Apr 2017 23:34:34 +0200
Subject: [PATCH] add feature to readme

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

diff --git a/README.md b/README.md
index 7ac00d0..e55036e 100644
--- a/README.md
+++ b/README.md
@@ -57,6 +57,7 @@ ways.** This is not a 100% guarantee thought.
   - Adding and subtracting vectors with `+` and `-` operators... how?
   - Wanna know where the center of a window is? `window.Bounds().Center()`
   - [...](https://godoc.org/github.com/faiface/pixel)
+- Full documentation and tutorial
 - Works on Linux, macOS and Windows
 - Window creation and manipulation (resizing, fullscreen, multiple windows, ...)
 - Keyboard and mouse input without events
-- 
GitLab