From c222159c0832e82a91dd832bd6bc30af60500401 Mon Sep 17 00:00:00 2001
From: Evy Garden <evysgarden@protonmail.com>
Date: Wed, 14 Sep 2022 01:17:45 +0200
Subject: [PATCH] moved controls up for less confusion

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

diff --git a/README.md b/README.md
index fdb1388..6f27ec6 100644
--- a/README.md
+++ b/README.md
@@ -19,11 +19,6 @@ cmake --build . --config Release
 ./build/src/pew/pew
 ```
 
-## WASM
-Wasm is currently wip on the threadless branch.  
-Click here for a live demo:
-https://evysgarden.org/raytrace/main.html
-
 ## Controls
 ```
 <SPACE>     Pause rendering
@@ -32,6 +27,12 @@ i           Show materials as colors
 s           Save render in current state at ./shot.png
 ```
 
+
+## WASM
+Wasm is currently wip on the threadless branch.  
+Click here for a live demo:
+https://evysgarden.org/raytrace/main.html
+
 ## Screenshots
 
 ##### A complete scene
-- 
GitLab