From 95dd7c0f255d40efcec18548d5030506780850c4 Mon Sep 17 00:00:00 2001 From: Alain Bourgeois Date: Thu, 11 Jan 2024 18:23:45 +0100 Subject: [PATCH] Update README.md Co-authored-by: Ted Thibodeau Jr --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 831b8ecd7..24f92251e 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ $ solid start --root path/to/folder --port 8443 --ssl-key path/to/ssl-key.pem -- # Solid server (solid v0.2.24) running on https://localhost:8443/ ``` -By default `solid` runs in debug all mode. To stop the debug logs use `-q`, the quiet parameter. +By default, `solid` runs in `debug all` mode. To stop the debug logs, use `-q`, the quiet parameter. ```bash $ DEBUG="solid:*" solid start -q