From 2c58c24c6cfb274ccdb40819f4f9a4b7ea8e2daf Mon Sep 17 00:00:00 2001 From: Akitake Date: Tue, 4 Jun 2024 18:04:19 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f9e46e2..dda7255d 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ For quick local iteration, you can setup your own [mkdocs](https://www.mkdocs.or 3. Change directory to the root of your forked project and run `python -m pip install -r requirements.txt` 4. From the same root directory run `python -m mkdocs serve` -You can now access your live preview at `http://127.0.0.1:8000/`. +You can now access your live preview at `http://127.0.0.1:8000/` The live preview will update in real time as changes are found in your files. ## License