From 7bbb35db13ef16fa10077659b4b282ece088dafb Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Sun, 8 Oct 2023 06:45:13 -0700 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ee2406092..124814dce 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ pnpm dev # Configuration -Please refere to the [homepage documentation](https://gethomepage.dev/) website for more information. Everything you need to know about configuring Homepage is there. Please read everything carefully before asking for help, as most questions are answered there or are simple YAML configuration issues. +Please refer to the [homepage documentation](https://gethomepage.dev/) website for more information. Everything you need to know about configuring Homepage is there. Please read everything carefully before asking for help, as most questions are answered there or are simple YAML configuration issues. # Development @@ -144,6 +144,8 @@ This is a [Next.js](https://nextjs.org/) application, see their documentation fo # Documentation +The homepage documentation is available at [https://gethomepage.dev/](https://gethomepage.dev/). + Homepage uses Material for MkDocs for documentation. To run the documentation locally, first install the dependencies: ```bash