From 7c1533aa7404f85a3900f2cd61973ee75177b372 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20C=C3=A1rdenas?= Date: Fri, 2 Sep 2016 00:48:31 -0500 Subject: [PATCH] Fix typo for PostmarkHelper in README The README incorrectly states `Bamboo.PostMarkHelper` as the module name to import when using Postmark's templates. This change uses the correct module name `Bamboo.PostmarkHelper`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 94dc953..eefcd5f 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ email. ```elixir defmodule MyApp.Mail do - import Bamboo.PostMarkHelper + import Bamboo.PostmarkHelper def some_email do email