Skip to content

Commit

Permalink
test: Update README exemple for MX record
Browse files Browse the repository at this point in the history
  • Loading branch information
Betree committed Mar 27, 2024
1 parent 0dae67c commit 7f63c0d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ This is done like this:
```
iex> Burnex.check_domain_mx_record("gmail.com")
:ok
iex> Burnex.check_domain_mx_record("gmail.fr")
iex> Burnex.check_domain_mx_record("gmail.dklfsd")
{:error, "Cannot find MX records"}
```

Expand Down Expand Up @@ -130,7 +130,6 @@ Here is an example function to check if an email is valid:
end
```


## License

This software is licensed under MIT license. Copyright (c) 2018- Benjamin Piouffle.

0 comments on commit 7f63c0d

Please sign in to comment.