summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2015-04-13 20:23:28 -0400
committerDavid Thompson <dthompson2@worcester.edu>2015-04-13 20:23:28 -0400
commit9e6a3efd684b88dbf28eb186ba61ae1d452b8683 (patch)
tree8b0254630ce9d17bc300e6e1501f1f683d803769 /README.md
parent0c4e28c502eb989999b9ccef689a76a2d397a73f (diff)
README: Remove personal details from example configuration.
* README.md (Example Configuration): Use made up domain/name/email address.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 1aa012e..9f6df30 100644
--- a/README.md
+++ b/README.md
@@ -26,10 +26,10 @@ Example Configuration
(haunt builder atom))
(site #:title "Built with Guile"
- #:domain "dthompson.us"
+ #:domain "example.com"
#:default-metadata
- '((author . "David Thompson")
- (email . "davet@gnu.org"))
+ '((author . "Eva Luator")
+ (email . "eva@example.com"))
#:readers (list sxml-reader html-reader)
#:builders (list (blog)
(atom-feed)