modify readme according to repo name change.

This commit is contained in:
Adem 2022-09-04 14:10:34 +03:00 committed by GitHub
parent 641a151cfd
commit 3ec77321be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ Not all endpoints in the official documentation are implemented.
### How to install using pip ### How to install using pip
``` ```
pip install obsstudio-sdk pip install obsws-python
``` ```
### How to Use ### How to Use
@ -45,7 +45,7 @@ Import and start using, keyword arguments are as follows:
Example `__main__.py`: Example `__main__.py`:
```python ```python
import obsstudio_sdk as obs import obsws_python as obs
# pass conn info if not in config.toml # pass conn info if not in config.toml
cl = obs.ReqClient(host='localhost', port=4455, password='mystrongpass') cl = obs.ReqClient(host='localhost', port=4455, password='mystrongpass')