diff --git a/README.md b/README.md index d53ccdc..e762474 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Financial Growth Plotting Project +# Financial Black Scholes Options Pricing A Python project to visualize year-over-year growth of values with a plot. This project uses `polar` and `matplotlib` for data manipulation and plotting. @@ -76,6 +76,8 @@ uv run flake8 {file} example output for compound_interest_calculator + ![Chart showing compounding growth](compound_interest.png) -Thanks. \ No newline at end of file +Thanks. + diff --git a/black_scholes_model.py b/black_scholes_model.py index 93d2e0d..e9e0f71 100644 --- a/black_scholes_model.py +++ b/black_scholes_model.py @@ -36,4 +36,4 @@ def black(): if __name__ == "__main__": - back() + black()