Skip to content

Commit a25ea45

Browse files
authored
Update README.md
Fixes #6.
1 parent 880f79d commit a25ea45

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)