1 parent 42ff20a commit 21c61dfCopy full SHA for 21c61df
1 file changed
README.md
@@ -27,7 +27,8 @@ It rus as a serverless application on Google Cloud Run. The API documentation ca
27
28
```go
29
// Sending an SMS Message using Go
30
-client := htpsms.New(htpsms.WithAPIKey(/* API Key from https://httpsms.com/settings*/))
+client := htpsms.New(htpsms.WithAPIKey(/* API Key from https://httpsms.com/settings */))
31
+
32
client.Messages.Send(context.Background(), &httpsms.MessageSendParams{
33
Content: "This is a sample text message",
34
From: "+18005550199",
0 commit comments