Skip to content

Commit a996082

Browse files
authored
Update README for clarity and formatting
1 parent 77acf34 commit a996082

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# CM Email Gateway API Golang package
2-
Official API docs: https://developers.cm.com/messaging/docs/email-introduction
2+
Official API docs for Email Gateway API: https://developers.cm.com/messaging/docs/email-introduction
3+
4+
## Using the `emailgateway` package
5+
[![Go Reference](https://pkg.go.dev/badge/github.com/cmdotcom/email-sdk-golang/emailgateway.svg)](https://pkg.go.dev/github.com/cmdotcom/email-sdk-golang/emailgateway)
36

4-
## How to use the `emailgateway` package?
57
### Installation
68
```shell
79
go get github.com/cmdotcom/email-sdk-golang
@@ -53,4 +55,4 @@ response, err := client.SendTransactionalEmail(email)
5355
if err != nil {
5456
// Handle error
5557
}
56-
```
58+
```

0 commit comments

Comments
 (0)