From e55f8d50b25e30c260400549f12199b527bfa1c7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de>
Date: Thu, 14 Jan 2021 16:41:08 +0100
Subject: [PATCH] Clearify documentation of plotting notebook

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

diff --git a/analysis/README.md b/analysis/README.md
index 0e32b4493..9300fbedb 100644
--- a/analysis/README.md
+++ b/analysis/README.md
@@ -4,7 +4,7 @@ This directory contains Jupyter notebooks for analyzing and visualizing
 benchmark execution results and plotting. The following notebooks are provided:
 
 * [demand-metric.ipynb](demand-metric.ipynb): Create CSV files describing scalability according to the Theodolite `demand` metric.
-* [demand-metric-plot.ipynb](demand-metric-plot.ipynb): Create plots based on such CSV files.
+* [demand-metric-plot.ipynb](demand-metric-plot.ipynb): Create plots based on such CSV files of the `demand` metric.
 
 For legacy reasons, we also provide the following notebooks, which, however, are not documented:
 
-- 
GitLab