Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
zeekay committed Dec 19, 2019
1 parent 1023e7b commit bad654a
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Golang client for [MailChimp API 3.0](http://developer.mailchimp.com/documentati
Install with `go get`:

```bash
$ go get github.com/zeekay/gochimp3
$ go get github.com/hanzoai/gochimp3
```

## Usage
Expand All @@ -19,7 +19,7 @@ import (
"fmt"
"os"

"github.com/zeekay/gochimp3"
"github.com/hanzoai/gochimp3"
)

const (
Expand All @@ -38,7 +38,7 @@ func main() {

// Add subscriber
req := &gochimp3.MemberRequest{
EmailAddress: "spam@zeekay.io",
EmailAddress: "spam@hanzo.ai",
Status: "subscribed",
}

Expand All @@ -49,13 +49,13 @@ func main() {
}
```

[godoc-img]: https://godoc.org/github.com/zeekay/gochimp3?status.svg
[godoc-url]: https://godoc.org/github.com/zeekay/gochimp3
[travis-img]: https://img.shields.io/travis/zeekay/gochimp3.svg
[travis-url]: https://travis-ci.org/zeekay/gochimp3
[godoc-img]: https://godoc.org/github.com/hanzoai/gochimp3?status.svg
[godoc-url]: https://godoc.org/github.com/hanzoai/gochimp3
[travis-img]: https://img.shields.io/travis/hanzoai/gochimp3.svg
[travis-url]: https://travis-ci.org/hanzoai/gochimp3
[gitter-img]: https://badges.gitter.im/join-chat.svg
[gitter-url]: https://gitter.im/zeekay/hi
[gitter-url]: https://gitter.im/hanzoai/chat

<!-- not used -->
[coveralls-img]: https://coveralls.io/repos/zeekay/gochimp3/badge.svg?branch=master&service=github
[coveralls-url]: https://coveralls.io/github/zeekay/gochimp3?branch=master
[coveralls-img]: https://coveralls.io/repos/hanzoai/gochimp3/badge.svg?branch=master&service=github
[coveralls-url]: https://coveralls.io/github/hanzoai/gochimp3?branch=master

0 comments on commit bad654a

Please sign in to comment.