summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)