From 6e4cb87adb1d911d1a210d863fd918a0c45b4b56 Mon Sep 17 00:00:00 2001
From: arjuan <rmarchant+github@gmail.com>
Date: Thu, 6 Apr 2017 23:15:23 +0000
Subject: [PATCH] edits

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index f723b2a..bb377a4 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ The script was developed for those behind a dynamic IP interface (e.g. home serv
 
 The config-template.txt file should be renamed to config.txt, and modified with your gandi.net API key, domain name, and A-record (@, dev, home, pi, etc).
 
-Every time the script runs, it will query an external service to retrieve the external IP of the machine, compare it to the current A record (if any) in the zone at gandi.net, and then add a new record (if no record currently exists), or delete then add a new record (if a record already exists).
+Every time the script runs, it will query an external service to retrieve the external IP of the machine, compare it to the current A record in the zone at gandi.net, and then update the record if the IP has changed.
 
 Requirements:
   - Python 2.7
-- 
GitLab