mirror of
https://notabug.org/scuti/amort
synced 2024-11-26 00:38:49 +05:30
Update 'README.md'
minor, "an" to "a"
This commit is contained in:
parent
ccbb4894db
commit
f6707256f6
@ -20,7 +20,7 @@ For extra payments towards principal, invoking the script will look like:
|
|||||||
|
|
||||||
python src/amort.py -p {principal} -i {interest rate} -t {years} --extra-payments extra_payments.json
|
python src/amort.py -p {principal} -i {interest rate} -t {years} --extra-payments extra_payments.json
|
||||||
|
|
||||||
A valid json file contains an list named `extra-payments`. Each element is an object with the attributes `payment-number` and `amount`.
|
A valid json file contains a list named `extra-payments`. Each element is an object with the attributes `payment-number` and `amount`.
|
||||||
|
|
||||||
{
|
{
|
||||||
"extra-payments" : [
|
"extra-payments" : [
|
||||||
|
Loading…
Reference in New Issue
Block a user