From 91e772d93c08003e2724b1dc6960713d14401b9f Mon Sep 17 00:00:00 2001 From: tt2468 Date: Sat, 24 Jul 2021 02:57:46 -0700 Subject: [PATCH] Docs: Add value types to readme note --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 221ccecc..c527056a 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Here is a list of available web clients: (compatible with tablets and other touc It is **highly recommended** to protect obs-websocket with a password against unauthorized control. To do this, open the "Websocket server settings" dialog under OBS' "Tools" menu. In the settings dialogs, you can enable or disable authentication and set a password for it. -(Psst. You can use `--websocket_port` and `--websocket_password` on the command line to override the configured values.) +(Psst. You can use `--websocket_port`(value), `--websocket_password`(value), and `--websocket_debug`(flag) on the command line to override the configured values.) ### Possible use cases @@ -52,7 +52,7 @@ The protocol understood by the server is documented in [PROTOCOL.md](docs/genera Here's a list of available language APIs for obs-websocket : - (No known apis supporting 5.0.0) -I'd like to know what you're building with or for obs-websocket. If you do something in this fashion, feel free to drop a message in `#project-showoff` in the [discord server!](https://discord.gg/WBaSQ3A) +We'd like to know what you're building with or for obs-websocket. If you do something in this fashion, feel free to drop a message in `#project-showoff` in the [discord server!](https://discord.gg/WBaSQ3A) ### Securing obs-websocket (via TLS/SSL)