We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 880f79d + a25ea45 commit 8ea1742Copy full SHA for 8ea1742
1 file changed
README.md
@@ -21,7 +21,7 @@ Getting Started
21
2. Start using it:
22
23
```
24
- >>> from mailboxer improt Mailboxer
+ >>> from mailboxer import Mailboxer
25
>>> m = Mailboxer("http://my.mailboxer.hostname")
26
>>> mailbox = m.create_mailbox("recipient@somedomain.com")
27
>>> emails = mailbox.get_emails()
0 commit comments