From 8ab23550253f56220f3bed7f6cd01d0b65a6d5f9 Mon Sep 17 00:00:00 2001 From: Frido Koch Date: Wed, 17 May 2017 10:46:27 +0200 Subject: [PATCH] Fixed README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 003cc15..79d0acd 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,7 @@ To customize the `Copyright`, override it when initializing `Hermes` within your // Configure hermes by setting a theme and your product info h := hermes.Hermes{ // Optional Theme - // Theme: new(Default) + // Theme: new(Default) Product: hermes.Product{ // Appears in header & footer of e-mails Name: "Hermes", @@ -177,7 +177,7 @@ h := hermes.Hermes{ // Theme: new(Default) Product: hermes.Product{ // Custom trouble text - Copyright: "If the {ACTION}-button is not working for you, just copy and paste the URL below into your web browser." + TroubleText: "If the {ACTION}-button is not working for you, just copy and paste the URL below into your web browser." }, } ```