From b81c3f577beb50232cd3fbe51bf03a5660aff830 Mon Sep 17 00:00:00 2001
From: Sebastian Bauder <bauderse68422@th-nuernberg.de>
Date: Mon, 16 Mar 2020 18:55:58 +0100
Subject: [PATCH] update readme

---
 LICENSE => LICENSE.md |  0
 README.md             | 15 +++++++++++++++
 2 files changed, 15 insertions(+)
 rename LICENSE => LICENSE.md (100%)

diff --git a/LICENSE b/LICENSE.md
similarity index 100%
rename from LICENSE
rename to LICENSE.md
diff --git a/README.md b/README.md
index a5b29c2..086b75a 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,17 @@
 # WebGL-Raycaster
 
+This raycaster is the result from my Bachelor's thesis.
+
+## Getting Started
+
+
+
+### Prerequisites
+
+No installation needed. Just a Browser which supports WebGL Version 2.0
+
+
+
+## License
+
+This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
-- 
GitLab