Fixed README

This commit is contained in:
Frido Koch 2017-05-17 10:46:27 +02:00
parent 27e2a1a02c
commit 8ab2355025
1 changed files with 2 additions and 2 deletions

View File

@ -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."
},
}
```