aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index f3554dd..44e923d 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,8 @@ Markdown -> HTML converter and HTTP server.
| Variable | Description |
| -------- | ----------- |
-| `PORT` | HTTP server PORT (default: 8080) |
+| `PORT` | HTTP server port. If not specified, will not start development HTTP server. |
| `SRCROOT` | Relative markdown directory path (default: pages) |
| `WEBROOT` | Relative output directory path (default: dist) |
| `TEMPLATE` | Relative path to HTML file with a single `format` marker (default: template.html) |
+| `NREPL_PORT` | nrepl port for remote debugging access (default: 1234) |