Skip to content

Commit 21c61df

Browse files
committed
Fix readme
1 parent 42ff20a commit 21c61df

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ It rus as a serverless application on Google Cloud Run. The API documentation ca
2727

2828
```go
2929
// Sending an SMS Message using Go
30-
client := htpsms.New(htpsms.WithAPIKey(/* API Key from https://httpsms.com/settings*/))
30+
client := htpsms.New(htpsms.WithAPIKey(/* API Key from https://httpsms.com/settings */))
31+
3132
client.Messages.Send(context.Background(), &httpsms.MessageSendParams{
3233
Content: "This is a sample text message",
3334
From: "+18005550199",

0 commit comments

Comments
 (0)