From e84fc566efbeb35da130eddead1b54f9c17f47af Mon Sep 17 00:00:00 2001
From: vovatrykoz <88552890+vovatrykoz@users.noreply.github.com>
Date: Fri, 22 Nov 2024 16:23:04 +0100
Subject: [PATCH] Update README.md

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 6ea4e34..ee96141 100644
--- a/README.md
+++ b/README.md
@@ -10,11 +10,11 @@ The code is split into the include folder containing all the headers and the sou
 The include/io/ and source/io/ subfolders contain implementation and definitions for code that is responsible for taking in user input and logging the analysis results. Right now, two ways for reading and writing are supported: console-based and text-based. 
 Text based option supports a file that is formated as follows:
 ```
-START <task_name>
+START <timed_path_name>
 <t1_period>,<t1_wcet>,<t1_priority>,<t1_activation_time>
 ...
 <tn_period>,<tn_wcet>,<tn_priority>,<tn_activation_time>
-END <task_name>
+END <timed_path_name>
 ```
 See example files as well