From 3bb6f6c51f7158974e79672b9bb0cff37faa8b8b Mon Sep 17 00:00:00 2001 From: Charles Moulliard Date: Wed, 29 May 2019 10:33:23 +0200 Subject: [PATCH] Add missing dot end of the DNS name Signed-off-by: Charles Moulliard --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dbf5a42..2be6b3f 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ An example Go test file has been provided in [main_test.go](). You can run the test suite with: ```bash -$ TEST_ZONE_NAME=example.com go test . +$ TEST_ZONE_NAME=snowdrop.me. go test . ``` The example file has a number of areas you must fill in and replace with your