diff --git a/README.md b/README.md index 6171573..0bf2423 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,3 @@ Price=blsprice(spot,K,r,T,σ,d) Volatility=blsimpv(spot,K,r,T,Price,d) #Volatility=0.20000000000000002 ``` - -### Contributors -Thanks to [Modesto Mas](https://github.com/mmas) for the implementation of the [Brent Method](http://blog.mmast.net/brent-julia). diff --git a/docs/src/index.md b/docs/src/index.md index 0ed15de..3f4fa3d 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -27,6 +27,3 @@ After the installation, to test the package type on the Julia REPL the following ```Julia Pkg.test("FinancialToolbox") ``` - -### Contributors -Thanks to [Modesto Mas](https://github.com/mmas) for the implementation of the [Brent Method](http://blog.mmast.net/brent-julia).