Skip to content

Commit 66c5854

Browse files
adding example to readme
1 parent ff58589 commit 66c5854

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,12 +149,13 @@ This example demonstrates how to embed an image in your message.
149149

150150
### [Basic send with a web proxy](https://github.com/socketlabs/socketlabs-go/blob/master/examples/basic/BasicSendWithProxy/BasicSendWithProxy.go)
151151
This example demonstrates how to use a proxy with your HTTP client.
152+
### [Basic send with retry enabled](https://github.com/socketlabs/socketlabs-go/blob/master/examples/basic/BasicSendWithRetry/BasicSendWithRetry.go)
153+
This example demonstrates how to use the retry logic with your HTTP client.
152154

153155
### [Basic send with Amp ](https://github.com/socketlabs/socketlabs-go/blob/main/examples/basic/BasicWithAmpBody/BasicWithAmpBody.go)
154156
This example demonstrates how to send a basic message with an AMP Html body.
155157
For more information about AMP please see [AMP Project](https://amp.dev/documentation/)
156158

157-
158159
### [Basic send with invalid file attachment](https://github.com/socketlabs/socketlabs-go/blob/master/examples/basic/Invalid/BasicWithInvalidAttachment/BasicWithInvalidAttachment.go)
159160
This example demonstrates the results of attempting to do a send with an invalid attachment.
160161

@@ -164,7 +165,6 @@ This example demonstrates the results of attempting to do a send with an invalid
164165
### [Basic send with invalid recipients](https://github.com/socketlabs/socketlabs-go/blob/master/examples/basic/Invalid/BasicWithInvalidRecipient/BasicWithInvalidRecipient.go)
165166
This example demonstrates the results of attempting to do a send with invalid recipients.
166167

167-
168168
### [Bulk send with multiple recipients](https://github.com/socketlabs/socketlabs-go/blob/master/examples/bulk/bulk/bulk.go)
169169
This example demonstrates how to send a bulk message to multiple recipients.
170170

0 commit comments

Comments
 (0)