Skip to content

Commit

Permalink
Fixed typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
dsx committed Oct 17, 2012
1 parent ec43f7b commit 4d5c3bc
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 4d5c3bc

Please sign in to comment.