diff --git a/README.md b/README.md index e43797f8..319ffe60 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ $ pip install livekit API / Server SDK: ```shell -$ pip install livekit-rtc +$ pip install livekit-api ``` ## Connecting to a room @@ -66,7 +66,7 @@ async def main(): ## Create a new access token -``` +```python from livekit import api token = api.AccessToken("API_KEY", "SECRET_KEY")