From cf55d4f10519c987e2aeb040fa16fed61a60d935 Mon Sep 17 00:00:00 2001 From: "seubpong.mon" Date: Wed, 3 Nov 2021 22:53:16 +0700 Subject: [PATCH] Fixed typo --- README.md | 2 +- main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 496121f..dec0978 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ In order to sent the wireguard configuration to clients via email (using sendgri ``` SENDGRID_API_KEY: Your sendgrid api key -EMAIL_FROM: the email address you registered on sendgrid +EMAIL_FROM_ADDRESS: the email address you registered on sendgrid EMAIL_FROM_NAME: the sender's email address ``` diff --git a/main.go b/main.go index fe1ba68..6c1ff12 100644 --- a/main.go +++ b/main.go @@ -34,7 +34,7 @@ var ( const ( defaultEmailSubject = "Your wireguard configuration" defaultEmailContent = `Hi,
-

in this email you can file your personal configuration for our wireguard server.

+

In this email you can find your personal configuration for our wireguard server.

Best

`