Fix typos (#330)

This commit is contained in:
omahs
2025-05-29 20:27:27 +02:00
committed by GitHub
parent 6f02a2f2a9
commit b74c372afd
8 changed files with 13 additions and 13 deletions

View File

@@ -89,7 +89,7 @@ Stream(
An easy way to do this is to use a service like Twilio.
Create a **free** [account](https://login.twilio.com/u/signup) and the install the `twilio` package with pip (`pip install twilio`). You can then connect from the WebRTC component like so:
Create a **free** [account](https://login.twilio.com/u/signup) and then install the `twilio` package with pip (`pip install twilio`). You can then connect from the WebRTC component like so:
```python
from fastrtc import Stream