From 67579552f6f7a911d8bac1eaa8fa172f0e4af46a Mon Sep 17 00:00:00 2001 From: Tawanda Moyo Date: Thu, 29 Feb 2024 08:25:01 +0200 Subject: [PATCH] Fix README documentation of --serve option --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c620ab..cd2c205 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ If you get permissions errors on Windows, you need to first [configure](https:// After you complete the build steps above, the build will run and generate the single-page version of the spec, the multipage version, and more. If all goes well, you should very soon have an `output/` directory containing important files like `index.html`, `multipage/`, and `dev/`. -You can also use the `--serve` option to `build.sh` to automatically serve the results on `https://localhost:8080/` after building (as long as you Python 3.7+ installed). +You can also use the `--serve` option to `build.sh` to automatically serve the results on `http://localhost:8080/` after building (as long as you have Python 3.7+ installed). Now you're ready to edit the `html/source` fileā€”and after you make your changes, you can run the `build.sh` script again to see the new output.