From f7eeba92346222092cbccd979ba40161bcfac282 Mon Sep 17 00:00:00 2001 From: Shubham Tiwari Date: Fri, 4 Oct 2024 22:51:45 +0530 Subject: [PATCH] chore: update readme with v4 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e18e28f3..b535b215 100644 --- a/README.md +++ b/README.md @@ -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" )