Skip to content

Commit 46a9d19

Browse files
authored
Update README.md
1 parent ab823bf commit 46a9d19

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ For more detailed information about these models and others, visit the [ElevenLa
4747
```py
4848
from dotenv import load_dotenv
4949
from elevenlabs.client import ElevenLabs
50-
from elevenlabs import play
50+
from elevenlabs.play import play
5151

5252
load_dotenv()
5353

@@ -97,7 +97,7 @@ Clone your voice in an instant. Note that voice cloning requires an API key, see
9797

9898
```py
9999
from elevenlabs.client import ElevenLabs
100-
from elevenlabs import play
100+
from elevenlabs.play import play
101101

102102
client = ElevenLabs(
103103
api_key="YOUR_API_KEY",

0 commit comments

Comments
 (0)