We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 880f79d commit a25ea45Copy full SHA for a25ea45
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