From ff91212f5a61bc8b2624491f18fe861e796d4a1a Mon Sep 17 00:00:00 2001 From: Antonio Pagano <645522+paganotoni@users.noreply.github.com> Date: Thu, 6 Sep 2018 12:56:31 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1ef47d2..84fc8c3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ### Sendgrid Buffalo Sender -This is a [buffalo](github.com/gobuffalo/buffalo) sender for the [Sendgrid](https://https://sendgrid.com//) email service. +This is a [buffalo](github.com/gobuffalo/buffalo) sender for the [Sendgrid](https://sendgrid.com) email service. #### How to use @@ -24,4 +24,4 @@ And then in your mailers you would do the same `sender.Send(m)` as this sender m #### Test mode -Whenever the GO_ENV variable is set to be `test` this sender will use [mocksmtp](https://github.com/stanislas-m/mocksmtp) sender to send messages, you can read values in your tests within the property `TestSender` of the SendgridSender. \ No newline at end of file +Whenever the GO_ENV variable is set to be `test` this sender will use [mocksmtp](https://github.com/stanislas-m/mocksmtp) sender to send messages, you can read values in your tests within the property `TestSender` of the SendgridSender.