Skip to content

Commit

Permalink
V2.2: Updated CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ighoshsubho authored Jun 30, 2023
1 parent 261c1a8 commit 44698ab
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,13 @@ def simple_interest_rate(request: SimpleInterestRateRequest):
"Interest Rate": "-82.87378640776697%"
}
```
+Update the Docs
```
|---------------------------|----------------------------------------|---------------------------------------------------------|
| GET /simple_interest_rate | Calculate simple interest rates | - `amount_paid` (float): The amount paid. |
| | | - `principle_amount` (float): The principle amount. |
| | | - `months` (int): The number of months. |
```
```
+ And that's it, you are now ready to make your pull request.
Expand Down

0 comments on commit 44698ab

Please sign in to comment.