Skip to content

Commit 432fed4

Browse files
authored
Merge pull request #70 from GetStream/openai-integration
wrap [] in quotes to avoid shell expansion (readme)
2 parents ae372ab + 445285b commit 432fed4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ If you want to use the openai realtime integration, you need to install the pack
3131
pip install getstream[openai-realtime]
3232

3333
# or using uv
34-
uv add getstream[openai-realtime]
34+
uv add 'getstream[openai-realtime]'
3535
```
3636

3737
## Usage

0 commit comments

Comments
 (0)