Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mischievousdev committed Feb 16, 2020
1 parent ab01796 commit fc5e9fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ Python Requires <= 3.6
## Getting Started

```py
import instant-mailer
import instantmailer

mail = instant-mailer.Mail("example@example.com", "12345678") # Replace with your email and password
mail = instantmailer.Mail("example@example.com", "12345678") # Replace with your email and password
```

**Attributes**
Expand Down

0 comments on commit fc5e9fc

Please sign in to comment.