From d98cef8af9398dbabafca6b4e61959868603cc6a Mon Sep 17 00:00:00 2001 From: gered Date: Sun, 2 Jul 2023 13:49:54 -0400 Subject: [PATCH] README.md updates --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dcbf097..b5abb06 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ pbe /path/to/example-site The argument provided to `pbe` is the **root site path**. If not specified, the current working directory is used. -Once started up successfully, you can access this site in your browser at [http://localhost:8080/]. +Once started up successfully, you can access this site in your browser at http://localhost:8080/. ## Overview @@ -102,7 +102,7 @@ This is the main configuration file which controls how the website is accessed a | Key | Required? | Description | |---------------------|-----------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| `bind_addr` | Yes | The hostname/IP to bind the HTTP server on. Usual values would be something like `0.0.0.0` or `127.0.0.1`. | +| `bind_addr` | Yes | The IP address of the network interface to bind the HTTP server on. Usual values would be something like `0.0.0.0` or `127.0.0.1`. | | `bind_port` | Yes | The port to bind the HTTP server on. For example, `8080`. | | `static_files_path` | Yes | The **relative** path to the directory containing all public web accessible files, e.g. CSS files, images, etc. | | `templates_path` | Yes | The **relative** path to the directory containing all HTML templates. |