From 1f8b0a11e04230e16cab9905b7a1b7ed756e0b18 Mon Sep 17 00:00:00 2001 From: Craig Peterson Date: Wed, 11 Jan 2017 12:15:24 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7187540cd..9274ae619 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ history. Using CI enables us to include unit-tests and system-tests. Remember when you forgot to include a "." at the end of an MX record? We haven't had that problem since we included a test to make sure Tom doesn't make that mistake... again. -* Variables safe time! Assign an IP address to a constant and use +* Variables save time! Assign an IP address to a constant and use the variable name throughout the file. Need to change the IP address globally? Just change the variable and "recompile." * Macros! Define your SPF records, MX records, or other repeated