Skip to content

Commit

Permalink
DE-1362 Remove confusing version (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
vtopc authored Nov 28, 2024
1 parent 219ad18 commit 4b6c16c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
[![CI](https://github.com/mailjet/mailjet-apiv3-go/actions/workflows/main.yml/badge.svg?branch=master)](https://github.com/mailjet/mailjet-apiv3-go/actions/workflows/main.yml)
[![GoDoc](https://godoc.org/github.com/mailjet/mailjet-apiv3-go?status.svg)](https://pkg.go.dev/github.com/mailjet/mailjet-apiv3-go/v4)
[![Go Report Card](https://goreportcard.com/badge/github.com/mailjet/mailjet-apiv3-go/v4)](https://goreportcard.com/report/github.com/mailjet/mailjet-apiv3-go/v4)
![Current Version](https://img.shields.io/badge/version-4.0-green.svg)

## Overview

Expand All @@ -26,8 +25,7 @@ Check out all the resources and in the [Official Documentation][doc].
- [Functional test](#functional-test)
- [Make your first call](#make-your-first-call)
- [Client / Call configuration specifics](#client--call-configuration-specifics)
- [API versioning](#api-versioning)
- [Send emails through proxy](#send-emails-through-proxy)
- [Send emails through proxy](#send-emails-through-proxy)
- [Request examples](#request-examples)
- [POST request](#post-request)
- [Simple POST request](#simple-post-request)
Expand All @@ -38,7 +36,6 @@ Check out all the resources and in the [Official Documentation][doc].
- [Retrieve a single object](#retrieve-a-single-object)
- [PUT request](#put-request)
- [DELETE request](#delete-request)
- [Response](#response)
- [Contribute](#contribute)

## Compatibility
Expand All @@ -56,10 +53,9 @@ Get package:
go get github.com/mailjet/mailjet-apiv3-go/v4
```

And create a new MailjetClient:
And import the Mailjet wrapper:

```go
// Import the Mailjet wrapper
import (
"github.com/mailjet/mailjet-apiv3-go/v4"
"github.com/mailjet/mailjet-apiv3-go/v4/resources"
Expand Down
2 changes: 1 addition & 1 deletion tests/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"sync"
"time"

mailjet "github.com/mailjet/mailjet-apiv3-go/v4"
"github.com/mailjet/mailjet-apiv3-go/v4"
"github.com/mailjet/mailjet-apiv3-go/v4/resources"
)

Expand Down

0 comments on commit 4b6c16c

Please sign in to comment.