diff --git a/README.md b/README.md index ddb7dd1..89b63ad 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ The main configuration of the frameserver is done in Main tuneables: +``` // where to send the UDP output of the frameserver #define REMOTE_IP "127.0.0.1" #define REMOTE_PORT 1234 @@ -53,3 +54,4 @@ Main tuneables: #define SEGNUM 8 #define SEGWIDTH 12 #define SEGCHANNELS 4 +```