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.