Skip to content
This repository was archived by the owner on Jan 22, 2021. It is now read-only.

Commit ad401a1

Browse files
committed
Merge pull request #20 from dandv/patch-1
Typo fixes
2 parents 81c1246 + c721e3e commit ad401a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Meteor Emails
22

3-
`lookback:emails` is a Meteor package that makes it easier building, testing and debugging rich HTML emails.
3+
`lookback:emails` is a Meteor package that makes it easier to build, test and debug rich HTML emails.
44

55
Usually, building HTML emails yourself is tedious. On top of that, add the need for data integration and thus a template language (for sending out daily digest emails, for instance). We wanted a way to preview the email in the browser *with real data* in order to quickly iterate on the design, instead of alternating between code editor and email client.
66

77
## Features
88

9-
- **Server side rendering** with the [Meteor SSR](https://github.com/meteorhacks/meteor-ssr/) package. Use Blaze features and helpers like on the frontend.
9+
- **Server side rendering** with the [Meteor SSR](https://github.com/meteorhacks/meteor-ssr/) package. Use Blaze features and helpers like on the client.
1010
- **CSS inlining** with [Juice](http://npmjs.org/package/juice). No extra build step.
1111
- **Preview and debug** emails in development mode in your browser when developing.
1212
- **Layouts** for re-using markup.

0 commit comments

Comments
 (0)