From f524c4a84d85fc630b076a77f5cdc29124f7cb6c Mon Sep 17 00:00:00 2001 From: Ruben Dahl Date: Sun, 15 Jan 2023 19:52:12 +0100 Subject: [PATCH] Fixed formatting in the readme --- src/README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/README.md b/src/README.md index 229d58f..298e388 100644 --- a/src/README.md +++ b/src/README.md @@ -18,11 +18,10 @@ ```cpp int read_file(std::deque args); ``` -Param: std::deque\ args - The arguments from main() in ceev.cc, with used +* Param: std::deque\ args - The arguments from main() in ceev.cc, with used values stripped out. -Returns: int exit_code - -Reads the file and outputs it. +* Returns: int exit_code +* Reads the file and outputs it. Currently a work in progress.