From 68abc0fffde7a23d0dcc916c249629da156fd6b2 Mon Sep 17 00:00:00 2001
From: faiface <faiface@ksp.sk>
Date: Sun, 23 Apr 2017 20:57:36 +0200
Subject: [PATCH] put images into 2x2 table in readme

---
 README.md | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 169e44e..40a91d2 100644
--- a/README.md
+++ b/README.md
@@ -35,13 +35,13 @@ $ go run main.go
 
 Here are some screenshots from the examples!
 
-![Lights](examples/lights/screenshot.png)
+| [Lights](examples/lights) | [Platformer](examples/platformer) |
+| --- | --- |
+| ![Lights](examples/lights/screenshot.png) | ![Platformer](examples/platformer/screenshot.png) |
 
-![Platformer](examples/platformer/screenshot.png)
-
-![Smoke](examples/smoke/screenshot.png)
-
-![Xor](examples/xor/screenshot.png)
+| [Smoke](examples/smoke) | [Xor](examples/xor) |
+| --- | --- |
+| ![Smoke](examples/smoke/screenshot.png) | ![Xor](examples/xor/screenshot.png) |
 
 ## Features
 
-- 
GitLab