add toml highlight to readme

This commit is contained in:
griffi-gh 2023-06-04 18:42:33 +02:00
parent 0a2ed9a9a2
commit e5613ba05e

View file

@ -94,7 +94,7 @@ cargo run -p kubi -- 127.0.0.1:1234
<h2>server configuration</h2> <h2>server configuration</h2>
``` ```toml
[server] [server]
address = "0.0.0.0:12345" # ip address to bind to address = "0.0.0.0:12345" # ip address to bind to
max_clients = 32 # max amount of connected clients max_clients = 32 # max amount of connected clients