Skip to content

Commit a3ad58a

Browse files
fix docs (#47)
1 parent 5f27594 commit a3ad58a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ client := twilio.NewClient(accountSid, authToken)
5959
package main
6060
import (
6161
"fmt"
62-
twilio "github.com/twilio/twilio-go/client"
62+
twilio "github.com/twilio/twilio-go/twilio"
6363
openapi "github.com/twilio/twilio-go/twilio/rest/api/v2010"
6464
"os"
6565
)
@@ -126,7 +126,7 @@ package main
126126

127127
import (
128128
"fmt"
129-
twilio "github.com/twilio/twilio-go/client"
129+
twilio "github.com/twilio/twilio-go/twilio"
130130
openapi "github.com/twilio/twilio-go/twilio/rest/api/v2010"
131131
"os"
132132
)
@@ -161,7 +161,7 @@ func main() {
161161
package main
162162
import (
163163
"fmt"
164-
twilio "github.com/twilio/twilio-go/client"
164+
twilio "github.com/twilio/twilio-go/twilio"
165165
"github.com/twilio/twilio-go/framework/error"
166166
openapi "github.com/twilio/twilio-go/twilio/rest/api/v2010"
167167
"os"

0 commit comments

Comments
 (0)