From f67905f5268fd1523f843ade855e1a24168cae0f 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