From 9af7754a0f5a82800e43ea763afa29bb6efcb1ad Mon Sep 17 00:00:00 2001
From: Cosmin  SAVEANU <cosmin.saveanu@pasteur.fr>
Date: Mon, 3 Jun 2019 14:32:51 +0200
Subject: [PATCH] Update README.md

---
 Categorical heatmaps/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Categorical heatmaps/README.md b/Categorical heatmaps/README.md
index c5ebf6b..09697b1 100644
--- a/Categorical heatmaps/README.md	
+++ b/Categorical heatmaps/README.md	
@@ -1,6 +1,6 @@
 The script `generate_heatmap.R` can be used to represent a table of data in the form of an adjusted heat map. It uses two packages that need to be installed, `ggplot2` and `reshape2`. The input of the script is a tab delimited file text that looks like this:
 
-![alt input table](./heatplotexampleoutput.png)
+![alt input table](./inputtable.png)
 
 What the script does:
 
-- 
GitLab