diff --git a/README.md b/README.md index 3b76661..d619284 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Gives you a token you can broadcast with. By default, tokens expire after 2 minu This is useful for getting a one-time access via HTTPS, and then using it to stream via HTTP, avoiding the CPU overhead of HTTPS and the security risk of HTTP. Think of it like a handshake. -### Server environment variables (fserv_arg_*) +### Server environment variables (`fserv_arg_*`) - **`user`**: Your user's name. - **`user_password`**: Your user's password. @@ -17,7 +17,7 @@ This is useful for getting a one-time access via HTTPS, and then using it to str `fstream.py broadcast` Accepts data from stdin, and sends it to the specified server. -### Server environment variables (fserv_arg_*) +### Server environment variables (`fserv_arg_*`) - **`user`**: Your user's name. - **`user_password`**: Your user's password. Optional, if you use `token`. - **`token`**: Your temporary token. Optional, if you use `user_password`. @@ -42,7 +42,7 @@ Broadcast Windows desktop as `fier` to `127.0.0.1:61920`, supplying `123` as the `fstream.py broadcast` Accepts data from the server, and sends it to stdout. -### Server environment variables (fserv_arg_*) +### Server environment variables (`fserv_arg_*`) - **`user`**: The user you wanna watch. - **`channel`**: The user's channel you wanna watch. - **`channel_password`**: The channel's password.