From 8593ec0e4d0088fbdae8b9b408201854c260cc5e Mon Sep 17 00:00:00 2001
From: Christopher Pietsch <cpietsch@gmail.com>
Date: Wed, 25 Jul 2018 12:13:13 +0200
Subject: [PATCH] Update README.md

---
 README.md | 17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index aac8564..b407117 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,22 @@
 
 ## Documentation
 
-This repo contains the html, css and js of the VIKUS Viewer. You can customize your copy in various ways. To get started you will have to clone this repo and run a webserver. We recommend ngnix for production, but any apache server will work too. To minimize the loading time your should make use of gzip compression on js an csv files. Also enable HTTP/2, since Multiplexing will heavily help with loading speeds.
+This repo contains the html, css and js of the VIKUS Viewer. To get started you will have to clone this repo and run a webserver. We recommend nginx for production, but any apache server will work too. To minimize the loading time your should make use of gzip compression on js and csv files. Also enable HTTP/2, since Multiplexing will heavily help with loading all those image assets.
+
+### Data
+
+You can customize your copy of VIKUS Viewer in various ways. First you will need to create a data folder which will contain your images and metadata. Have a look at the [data folder](https://github.com/cpietsch/vikus-viewer-data/tree/master/vangogh) of the vangogh collection.
+
+#### [config.json](https://github.com/cpietsch/vikus-viewer-data/blob/master/vangogh/config.json)
+
+This is the first entry point of the VIKUS Viewer. It defines the project name, data urls, columns, styles and the detail sidebar of your collection.
+
+#### [data.csv](https://github.com/cpietsch/vikus-viewer-data/blob/master/vangogh/data.json)
+
+#### [timeline.csv](https://github.com/cpietsch/vikus-viewer-data/blob/master/vangogh/timeline.json)
+
+#### [info.md](https://github.com/cpietsch/vikus-viewer-data/blob/master/vangogh/info.md)
+
 
 ## Credits
 
-- 
GitLab