Skip to content

Commit

Permalink
Fix README documentation of --serve option
Browse files Browse the repository at this point in the history
  • Loading branch information
tawandamoyo authored Feb 29, 2024
1 parent 0334e03 commit 6757955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 6757955

Please sign in to comment.