upd README

This commit is contained in:
onyx-and-iris 2026-03-09 05:46:11 +00:00
parent 0d04a2f33e
commit 5e5ae33e6a

View File

@ -139,13 +139,13 @@ A valid `vban.toml` might look like this:
```toml
[connection-1]
kind = 'banana'
ip = '192.168.1.2'
host = '192.168.1.2'
streamname = 'worklaptop'
port = 6980
[connection-2]
kind = 'potato'
ip = '192.168.1.3'
host = '192.168.1.3'
streamname = 'streampc'
port = 6990
```