Skip to content

Commit

Permalink
Merge pull request #49 from dsx/feature/readme-typos
Browse files Browse the repository at this point in the history
Fixed typo in README
  • Loading branch information
amcgregor committed Nov 5, 2012
2 parents 2c7fb8e + 4d5c3bc commit e262f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.textile
Expand Up @@ -154,7 +154,7 @@ fn1. The message bodies may be callables which will be executed when the message
Any of these attributes can also be defined within your mailer configuration. When you wish to use default values from the configuration you must use the @Mailer.new()@ factory method. For example:

<pre><code>mail = Mailer({
'message.author': 'Example User <user@example.com',
'message.author': 'Example User <user@example.com>',
'message.subject': "Test subject."
})
message = mail.new()
Expand Down

0 comments on commit e262f6a

Please sign in to comment.