From 2dc22bd9f858db91716b8727366ecf5524b28a58 Mon Sep 17 00:00:00 2001
From: Christopher Pietsch <cpietsch@gmail.com>
Date: Thu, 27 Sep 2018 12:44:39 -0400
Subject: [PATCH] Update README.md

---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 78a4134..7d22251 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,8 @@ This is the configuration file that defines the project name, data URLs, columns
 
 #### [data.csv](https://github.com/cpietsch/vikus-viewer-data/blob/master/vangogh/data.csv)
 
-The data.csv holds all the metadata information for each object in the collection. The following fields are mandatory: `imageid`, `keywords`, `year`.
+The data.csv holds all the metadata information for each object in the collection. The following fields are mandatory: `id
+`, `keywords`, `year`.
 - `id` is is linked to the name of the corresponding image. (id: 123 -> 123.jpg)
 - `keywords` comma seperated list of keywords for the tags on the top
 - `year` can be a number or a string, will be sorted ascending
-- 
GitLab