From aaa6049030177167dc48f03fd9cb3fdde63b78f3 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Sun, 5 Feb 2023 00:19:38 -0500 Subject: [PATCH] Fix typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 52cab00..6f3964d 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ The Flask API portion listens for webhooks from a compatible Git system, and the By default, the API will listen on `0.0.0.0:7999`; you may change this with the `-a`/`--listen-addr` and `-p`/`--listen-port` options, for example: ``` - $ bbuilder --listen-addr 127.0.0.1 --listen-port 4000 + $ bbuilder run --listen-addr 127.0.0.1 --listen-port 4000 ``` **NOTE:** The API server does *not* use TLS/HTTPS. If you need TLS, which you *do* if this webhook will traverse the public Internet, add a TLS-terminating reverse proxy in front of the API.