From 0ef00815567ad601da74d1c8ed7cf39541cca2f2 Mon Sep 17 00:00:00 2001 From: William Moner Date: Wed, 5 Aug 2015 20:55:55 -0400 Subject: [PATCH] Rename WebSite to Website in config.json fixes #14 --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index bc8cd01..13a4e1a 100644 --- a/config.json +++ b/config.json @@ -18,7 +18,7 @@ "AutoLabel", "Address", {"name": "Address", "title": "Directions", "directions": true }, - {"name": "WebSite", "title": "WebSite", "url": true }, + {"name": "WebSite", "title": "Website", "url": true }, {"name": "contact_names", "title": "Contact Information" }, {"name": "SiteHours", "title": "Hours" }, {"name": "PhoneNumber", "title": "Phone " },