Skip to content

Commit

Permalink
chore: update readme with v4
Browse files Browse the repository at this point in the history
  • Loading branch information
tiwarishubham635 committed Oct 4, 2024
1 parent 69f871a commit f7eeba9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ package main
import (
"encoding/json"
"fmt"
"github.com/sendgrid/sendgrid-go"
MailV3 "github.com/sendgrid/sendgrid-go/rest/api/v3/mail"
"github.com/sendgrid/sendgrid-go/v4"
MailV3 "github.com/sendgrid/sendgrid-go/v4/rest/api/v3/mail"
"net/http"
"os"
)
Expand Down

0 comments on commit f7eeba9

Please sign in to comment.