Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
theomonnom committed Oct 30, 2023
1 parent ee5b2ef commit abd586d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ $ pip install livekit

API / Server SDK:
```shell
$ pip install livekit-rtc
$ pip install livekit-api
```

## Connecting to a room
Expand Down Expand Up @@ -66,7 +66,7 @@ async def main():

## Create a new access token

```
```python
from livekit import api

token = api.AccessToken("API_KEY", "SECRET_KEY")
Expand Down

0 comments on commit abd586d

Please sign in to comment.