Skip to content

Commit

Permalink
Updated readme for Python usage
Browse files Browse the repository at this point in the history
  • Loading branch information
hslatman committed Sep 28, 2015
1 parent 817f768 commit ff24d41
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,16 @@ if(!MailChecker('myemail.com')){
}
```


### Python
```python
import MailChecker
m = MailChecker.MailChecker()

if not m.is_valid('[email protected]'):
print "O RLY !"
```

--------------------


Expand Down

0 comments on commit ff24d41

Please sign in to comment.