From cc9a829552d9c97032eb1cbdace642287e29cf02 Mon Sep 17 00:00:00 2001 From: griffi-gh Date: Sun, 4 Jun 2023 18:42:33 +0200 Subject: [PATCH] add toml highlight to readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e5774da..504add4 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ cargo run -p kubi -- 127.0.0.1:1234

server configuration

-``` +```toml [server] address = "0.0.0.0:12345" # ip address to bind to max_clients = 32 # max amount of connected clients