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 afd7cbf commit 74f8837Copy full SHA for 74f8837
README.md
@@ -9,7 +9,7 @@
9
Send and receive SMS messages in your Convex app using Twilio.
10
11
```ts
12
-import Twilio from "@convex-dev/twilio";
+import { Twilio } from "@convex-dev/twilio";
13
import { components } from "./_generated/api";
14
15
export const twilio = new Twilio(components.twilio, {
@@ -70,7 +70,7 @@ Instantiate a Twilio Component client in a file in your app's `convex/` folder:
70
71
72
// convex/example.ts
73
74
75
76
0 commit comments