From 3c156f5678323835388d21bdf70dfa466e84b3cc Mon Sep 17 00:00:00 2001
From: David Georg Reichelt <davidgeorg_reichelt@dagere.de>
Date: Wed, 18 Aug 2021 13:01:39 +0200
Subject: [PATCH] Update headings

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

diff --git a/README.md b/README.md
index c4eeb0f..5ee15bb 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,4 @@
-The MooBench Monitoring Overhead Micro-Benchmark 
-------------------------------------------------------------------------
+# The MooBench Monitoring Overhead Micro-Benchmark 
 
 Website: http://kieker-monitoring.net/MooBench
 
@@ -9,8 +8,10 @@ Currenly (fully) supported monitoring frameworks are:
 * Kieker (http://kieker-monitoring.net)
 * OpenTelemetry (https://opentelemetry.io/)
 
+## Benchmark Execution
+
 Initially, the following steps are required:
-1. Make sure, that you've installed R (http://www.r-project.org/) to generate the results (Ubuntu: `sudo apt install r-base`).
+1. Make sure, that you've installed R (http://www.r-project.org/) to generate the results (Ubuntu: `sudo apt install r-base`) and awk to install intermediate results (Ubuntu: `sudo apt install gawk`).
 2. Compile the application by calling `./gradlew assemble`.
 
 All experiments are started with the provided "External Controller" scripts. The following scripts are available
@@ -37,8 +38,7 @@ cd frameworks/opentelemetry/
 ./benchmark.sh
 ```
 
-Analyzing the data
-===================
+## Data Analysis
 In the folder /bin/r are some R scripts provided to generate graphs to 
 visualize the results. In the top the files, one can configure the 
 required paths and the configuration used to analyze the data.
-- 
GitLab