From 8d8a7738abef8c23fa9cb49b980a0fbe7593f3d5 Mon Sep 17 00:00:00 2001
From: Maximilian Kurthen <maxk@prelude.MPA-Garching.MPG.DE>
Date: Thu, 10 Jan 2019 14:19:47 +0100
Subject: [PATCH] updated Readme

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

diff --git a/README.md b/README.md
index 918a8b2..13575b0 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,6 @@
+## Project is currently not under maintenance
+
+
 # Prerequisites
     -Python 3.6.6
     -Colorama 0.3.9
@@ -35,6 +38,8 @@ to do the full comparison on a benchmark (i.e. test several algorithms on a data
 
     python do_full_comparison_benchmark.py --args
 
+by default, this will run ANM-HSIC, ANM-MML, IGCI, CGNN and BCI on a specified dataset (see explanation below)
+
 to perform a single benchmark with the BCI model, call the script do_benchmark.py via:
 
     python do_benchmark.py --args
-- 
GitLab