diff --git a/docs/docs/getting_started/installation.md b/docs/docs/getting_started/installation.md
index 20eb241..a6bb5b6 100644
--- a/docs/docs/getting_started/installation.md
+++ b/docs/docs/getting_started/installation.md
@@ -38,6 +38,7 @@ poetry add git+https://github.com/aidh-ms/pyAKI
## Dependencies
This library has the following dependencies:
+
* [Pandas](https://pandas.pydata.org/)
* [SciPy](https://scipy.org/)
* [Typer](https://typer.tiangolo.com/)
diff --git a/docs/docs/index.md b/docs/docs/index.md
index 27ae691..fdb5fcd 100644
--- a/docs/docs/index.md
+++ b/docs/docs/index.md
@@ -7,7 +7,7 @@ _A Python package to detect AKI within time series data._
---
-**Source Code:** [https://github.com/aidh-ms/pyAKI](https://github.com/aidh-ms/pyAKI)
+**Source Code:** [https://github.com/aidh-ms/pyAKI](https://github.com/aidh-ms/pyAKI)
**Paper:** [https://doi.org/10.1371/journal.pone.0315325](https://doi.org/10.1371/journal.pone.0315325)
---