Skip to content

Commit 005f11d

Browse files
Update Readme.md
1 parent b7a60ed commit 005f11d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@ MortgageReport(mortgage).report(ep_params=ep_params, inflation_p=2.0, investment
4949
This will generate a report like this one:
5050

5151
# Mortgage simulation with early payments
52-
![Mortgage simulation](mortgage_simulation.png)
53-
![Mortgage simulation with inflation](mortgage_simulation_inflation.png)
52+
![Mortgage simulation](docs/mortgage_simulation.png)
53+
![Mortgage simulation with inflation](docs/mortgage_simulation_inflation.png)
5454

5555
# Mortgage vs investment curves
56-
![Mortgage vs investment](mortgage_vs_investment.png)
57-
![Mortgage vs investment with inflation](mortgage_vs_investment_inflation.png)
56+
![Mortgage vs investment](docs/mortgage_vs_investment.png)
57+
![Mortgage vs investment with inflation](docs/mortgage_vs_investment_inflation.png)
5858

5959

6060
Check the `scripts/simulate.py` file for a complete example.

0 commit comments

Comments
 (0)