Skip to content

Commit 08923bc

Browse files
committed
fix tag to point to the right place
1 parent efb6565 commit 08923bc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
<!--BEGIN_BANNER_IMAGE--><!--END_BANNER_IMAGE-->
22

3-
[![crates.io](https://img.shields.io/pypi/v/livekit.svg)](https://pypi.org/project/livekit/)
3+
[![pypi-v](https://img.shields.io/pypi/v/livekit.svg)](https://pypi.org/project/livekit/)
44

55
# client-sdk-python
6+
67
The Livekit Python Client provides a convenient interface for integrating Livekit's real-time video and audio capabilities into your Python applications. With this library, developers can easily leverage Livekit's WebRTC functionalities, allowing them to focus on building their AI models or other application logic without worrying about the complexities of WebRTC.
78

89
### Connecting to a room
10+
911
```python
1012
async def main():
1113
room = livekit.Room()

0 commit comments

Comments
 (0)