We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6dd282 commit a0aed38Copy full SHA for a0aed38
README.md
@@ -18,7 +18,7 @@ First, import the Vapi class from the package:
18
from vapi_python import Vapi
19
```
20
21
-Then, create a new instance of the Vapi class, passing your API Key as a parameter to the constructor:
+Then, create a new instance of the Vapi class, passing your Web Client Key as a parameter to the constructor:
22
23
```python
24
vapi = Vapi(api_key='your-api-key')
0 commit comments