From 6957432ea17aa8016f4767bc556badf7e6500b2b Mon Sep 17 00:00:00 2001 From: jahway603 Date: Wed, 8 May 2024 18:59:58 -0400 Subject: [PATCH] minor change to markdown table --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc503a5..7580b9f 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,7 @@ what you give to `--grpc-bin-addr` . These are some of the most used command line options for lightwalletd: | CLI option | Default | What it does | -|------------------|:--------------:|------------------------------:| +|------------------|:--------------:|:------------------------------| | --grpc-bind-addr | 127.0.0.1:9067 | address and port to listen on via GRPC | | --http-bind-addr | 127.0.0.1:9068 | address and port to listen on vi HTTP | | --tls-cert | blank | the path to a TLS certificate |