Skip to content

Commit

Permalink
Fix typo for PostmarkHelper in README
Browse files Browse the repository at this point in the history
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`.
  • Loading branch information
pablo-co authored Sep 2, 2016
1 parent 9102a70 commit 7c1533a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ email.

```elixir
defmodule MyApp.Mail do
import Bamboo.PostMarkHelper
import Bamboo.PostmarkHelper

def some_email do
email
Expand Down

0 comments on commit 7c1533a

Please sign in to comment.