md change

This commit is contained in:
onyx-and-iris 2022-07-26 23:08:07 +01:00
parent 0819bb4342
commit 35173733bc

View File

@ -17,7 +17,7 @@ pip install obsstudio-sdk
### How to Use ### How to Use
- Load connection info from toml config. A valid `config.toml` might look like this: Load connection info from toml config. A valid `config.toml` might look like this:
```toml ```toml
[connection] [connection]
@ -28,13 +28,15 @@ password = "mystrongpass"
It should be placed next to your `__main__.py` file. It should be placed next to your `__main__.py` file.
Otherwise: #### Otherwise:
Import and start using
- Import and start using
Parameters are as follows: Parameters are as follows:
host: obs websocket server
port: port to access server - `host`: obs websocket server
password: obs websocket server password - `port`: port to access server
- `password`: obs websocket server password
Example `__main__.py` Example `__main__.py`