Fixed formatting in the readme

master
Ruben Dahl 2023-01-15 19:52:12 +01:00
parent ccc88d0888
commit f524c4a84d
No known key found for this signature in database
GPG Key ID: C7838D0300EDEF1B
1 changed files with 3 additions and 4 deletions

View File

@ -18,11 +18,10 @@
```cpp
int read_file(std::deque<std::string> args);
```
Param: std::deque\<std::string\> args - The arguments from main() in ceev.cc, with used
* Param: std::deque\<std::string\> 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.