From 7316f6edeff7283ea9b2f3208d115b2d60234f08 Mon Sep 17 00:00:00 2001 From: "Jorge O. Castro" Date: Tue, 25 Jul 2023 19:24:52 -0400 Subject: [PATCH] fix: update readme (#311) Unlink this to pass the linter --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c2338fc5..414d660a 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ You will need [Python version 3.10 or higher](https://www.python.org/downloads/) 1. Setup project dependencies `poetry install` 2. Run the local development server `poetry run mkdocs serve` -3. Open a browser to [localhost:8000](http://localhost:8000). This will auto-reload on file changes +3. Open a browser to `localhost:8000`. This will auto-reload on file changes If you have access to mkdocs-material-insiders, run the following to install it: