From f983d8d7c57608c7e4d00271da55629f322c80c3 Mon Sep 17 00:00:00 2001 From: Thibaut Rousseau Date: Sat, 1 Apr 2017 22:00:44 +0200 Subject: [PATCH] chore: remove absolute URLs for screenshots --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ffc57cd..d3eba58 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ It's a package that generates clean, responsive HTML e-mails for sending transac # Demo - + # Usage @@ -83,7 +83,7 @@ if err != nil { This code would output the following HTML template: - + > Theme templates will be embedded in your application binary. If you want to use external templates (for configuration), use your own theme by implementing `hermes.Theme` interface with code searching for your files. @@ -113,7 +113,7 @@ The following open-source themes are bundled with this package: * `default` by [Postmark Transactional Email Templates](https://github.com/wildbit/postmark-templates) - + ## RTL Support