From 4396ae87e690594fb68cde74a5a51b16bf4b16bd Mon Sep 17 00:00:00 2001 From: Mathieu Cornic Date: Sat, 1 Apr 2017 23:23:47 +0200 Subject: [PATCH] Updated demo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d3eba58..5742bba 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,8 @@ h := hermes.Hermes{ // Appears in header & footer of e-mails Name: "Hermes", Link: "https://example-hermes.com/", - // Option product logo - // Logo: "http://www.duchess-france.org/wp-content/uploads/2016/01/gopher.png", + // Optional product logo + Logo: "http://www.duchess-france.org/wp-content/uploads/2016/01/gopher.png", }, } ```