From 82fa73952ea7cf8e7f7b00e3cc585c2ecddf20a5 Mon Sep 17 00:00:00 2001 From: faiface 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