From 65fa8e2797770093bc07982f328b99b9a99fba6b Mon Sep 17 00:00:00 2001
From: "Lemmer, Jan" <jan.lemmer@fst.tu-darmstadt.de>
Date: Tue, 22 Mar 2022 09:15:08 +0100
Subject: [PATCH] Update README.md

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

diff --git a/README.md b/README.md
index b79f1e8..59dea5d 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@ The **ProjectID** is your custom project number, it well be the prefix of the ID
 `DataPaths` contains the path(s) to the research data, for multiple files you can use a cell array (We recommend using absolute paths). It is also possible to pass an arbitrary number of variables as struct. To generate all paths for a filetype try: `f=dir(/folderpath/*.mat); rdata=fullfile({f.folder},{f.name})`. \
 `figure` is the figure that should be published.
 
-** Minimal Example:**
+**Minimal Example:**
 ```matlab
 fig = figure;
 plot(x,y);
-- 
GitLab