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 +START ,,, ... ,,, -END +END ``` See example files as well