commit 93320ee7fdfc79695f0fddc66d7933121133fb3c parent aaae71b76f42c560a8bb6f679a86b8d3956021a1 Author: Adrián Oliva <[email protected]> Date: Thu, 4 May 2023 01:44:02 -0600 Edited README fille. Just added new lines to both respect the 80 characters width and the new line at the end of the file. Diffstat:
M | README.md | | | 8 | +++++--- |
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md @@ -1,6 +1,9 @@ # Ledger.py -A simple implementation of [ledger-cli](https://github.com/ledger/ledger). This implementation only covers a few commands of the original ledger-cli. This project is only for educational purposes. It does not provide any advantages over the original project. +A simple implementation of [ledger-cli](https://github.com/ledger/ledger). This +implementation only covers a few commands of the original ledger-cli. This +project is only for educational purposes. It does not provide any advantages +over the original project. # What it has @@ -11,4 +14,4 @@ A simple implementation of [ledger-cli](https://github.com/ledger/ledger). This - Support for flags: - [ ] `--sort`. - [ ] `--price-db`. - - [ ] `--file`. -\ No newline at end of file + - [ ] `--file`.