diff options
author | Adrián Oliva <adrian.oliva@cimat.mx> | 2023-05-04 01:44:02 -0600 |
---|---|---|
committer | Adrián Oliva <adrian.oliva@cimat.mx> | 2023-05-04 01:44:02 -0600 |
commit | 93320ee7fdfc79695f0fddc66d7933121133fb3c (patch) | |
tree | 9774ff9a54b20b67b46f3b2ccbe7dd964b997005 /README.md | |
parent | aaae71b76f42c560a8bb6f679a86b8d3956021a1 (diff) | |
download | Ledger.py-93320ee7fdfc79695f0fddc66d7933121133fb3c.tar.gz Ledger.py-93320ee7fdfc79695f0fddc66d7933121133fb3c.zip |
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 (limited to '')
-rw-r--r-- | README.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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`. |