Skip to content

Commit 8ea1742

Browse files
authored
Merge pull request #7 from scottwedge/scottwedge-patch-1
Update README.md
2 parents 880f79d + a25ea45 commit 8ea1742

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Getting Started
2121
2. Start using it:
2222

2323
```
24-
>>> from mailboxer improt Mailboxer
24+
>>> from mailboxer import Mailboxer
2525
>>> m = Mailboxer("http://my.mailboxer.hostname")
2626
>>> mailbox = m.create_mailbox("recipient@somedomain.com")
2727
>>> emails = mailbox.get_emails()

0 commit comments

Comments
 (0)