From 281b2801da07d85a73b68041fa304c61a4a0712a Mon Sep 17 00:00:00 2001
From: Steve Kemp <steve@steve.org.uk>
Date: Tue, 20 Nov 2012 10:26:21 +0000
Subject:   0-9, not 1-9 is the valid regexp for macro-names

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

(limited to 'README')

diff --git a/README b/README
index 1028908..e340171 100644
--- a/README
+++ b/README
@@ -75,7 +75,7 @@ http://acerecords.co.uk/ must run http with content 'Ace Records' otherwise '*Ma
      FOO_HOSTS are fetched from https://admin.bytemark.co.uk/network/monitor_ips/routers.
 
   We accept each of these, with the caveat that macro-names must match
-  the regular expression ^[1-9A-Z_]$.
+  the regular expression ^[0-9A-Z_]$.
 
 
   3.  Service Tests
-- 
cgit v1.2.3