From 481ce4b8432bbfaaea34167c71f703533b46355b Mon Sep 17 00:00:00 2001
From: CupCakeArmy <nicco.borgioli@gmail.com>
Date: Thu, 31 Mar 2016 15:11:04 +0200
Subject: [PATCH] Added Structure

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

diff --git a/README.md b/README.md
index 646c7bf..32177b1 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +15,28 @@
 * ```bootstrap /3.3.6```
 * ```amivaccess /1.0```
 
+# Structure
+* admin (Admintool)
+	* lib (Libraries)
+		* bootstrap
+		* jquery
+		* amiv (amivaccess)
+		* cust (custom files)
+			* main.js (our js file)
+			* main.css (our css file)
+	* res (Resources)
+		* bg (big pictures and backgrounds)
+		* favicon
+		* fonts
+		* logo
+	* tools (tools)
+		* main.tool
+		* users.tool
+		* ...
+* public (Website)	
+		
+	
+
 ### Library ```tools```:
 The JS library ```tools``` is the backbone of the single tools. It enables the tool itself to take actions, such as store data, spawn alert boxes, load new tools and more.
 
-- 
GitLab