Better images
This commit is contained in:
parent
0b783aebf0
commit
bfde01c13c
|
@ -5,11 +5,11 @@ It's a package that generates clean, responsive HTML e-mails for sending transac
|
|||
|
||||
# Demo
|
||||
|
||||
![Welcome](screens/default/welcome.png)
|
||||
<img src="https://raw.github.com/matcornic/hermes/master/screens/default/welcome.png" height="400" />
|
||||
|
||||
![Reset](screens/default/reset.png)
|
||||
<img src="https://raw.github.com/matcornic/hermes/master/screens/default/reset.png" height="400" />
|
||||
|
||||
![Receipt](screens/default/receipt.png)
|
||||
<img src="https://raw.github.com/matcornic/hermes/master/screens/default/receipt.png" height="400" />
|
||||
|
||||
# Usage
|
||||
|
||||
|
@ -59,7 +59,7 @@ email := hermes.Email{
|
|||
"Need help, or have questions? Just reply to this email, we'd love to help.",
|
||||
},
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
// Generate an HTML email with the provided contents(for modern clients)
|
||||
emailBody, err := h.GenerateHTML(email)
|
||||
|
|
Loading…
Reference in New Issue