Skip to content

Commit 12feba4

Browse files
authored
add equation with formatting
1 parent cef3ec6 commit 12feba4

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ Today you'll build a mortgage rate calculator that runs in the console. As you l
2121

2222
The formula for a monthly mortgage payment is as follows:
2323

24+
![calculation](https://tk-assets.lambdaschool.com/b515edce-5acc-46b9-8194-8d407469771f_ScreenShot2020-04-07at3.29.59PM.png)
25+
26+
Or, in plain text:
2427
```
2528
M = P [ I ( 1 + I )^N ] / [ ( 1 + I )^N – 1 ]
2629
```
@@ -75,4 +78,4 @@ Follow these steps for completing your project.
7578

7679
👀 [Mortgage Calculator Web App for Inspiration](https://www.bankrate.com/calculators/mortgages/mortgage-calculator.aspx)
7780

78-
🤟 [window.prompt for Stretch Goals](https://developer.mozilla.org/en-US/docs/Web/API/Window/prompt)
81+
🤟 [window.prompt for Stretch Goals](https://developer.mozilla.org/en-US/docs/Web/API/Window/prompt)

0 commit comments

Comments
 (0)