From 7f63c0d9d2cf3d2f9e74e93594344e31b4aa5e34 Mon Sep 17 00:00:00 2001 From: Benjamin Piouffle Date: Wed, 27 Mar 2024 13:37:56 +0100 Subject: [PATCH] test: Update README exemple for MX record --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 98d6d64..517b1d0 100644 --- a/README.md +++ b/README.md @@ -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"} ``` @@ -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.