From 3ec77321bee290cd0a0c8d25def9a4b68732a478 Mon Sep 17 00:00:00 2001 From: Adem <34811741+aatikturk@users.noreply.github.com> Date: Sun, 4 Sep 2022 14:10:34 +0300 Subject: [PATCH] modify readme according to repo name change. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c8d32a2..f949937 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Not all endpoints in the official documentation are implemented. ### How to install using pip ``` -pip install obsstudio-sdk +pip install obsws-python ``` ### How to Use @@ -45,7 +45,7 @@ Import and start using, keyword arguments are as follows: Example `__main__.py`: ```python -import obsstudio_sdk as obs +import obsws_python as obs # pass conn info if not in config.toml cl = obs.ReqClient(host='localhost', port=4455, password='mystrongpass')