Skip to content

Commit

Permalink
Merge pull request #13 from fphilipe/patch-1
Browse files Browse the repository at this point in the history
Fix wrong method name in README.
  • Loading branch information
isabanin committed Jul 7, 2011
2 parents 3b13b67 + 5588a3c commit bd1ea43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rdoc
Expand Up @@ -69,8 +69,8 @@ You can retrieve various information about your server state using the Public bo

# Find specific bounce by id:
bounce = Postmark::Bounce.find(bounce_id)
bounce.dump # string, containing raw SMTP data
bounce.reactivate # reactivate hard bounce
bounce.dump # string, containing raw SMTP data
bounce.activate # reactivate hard bounce

== Encryption

Expand Down

0 comments on commit bd1ea43

Please sign in to comment.