summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2015-04-13 20:21:53 -0400
committerDavid Thompson <dthompson2@worcester.edu>2015-04-13 20:21:53 -0400
commit0c4e28c502eb989999b9ccef689a76a2d397a73f (patch)
treefe2a4b9537e0773c72aec16ccb9bf8ae4a5ba5ea /README.md
parentfdb70223a709e4a523f8503142b05e94029b7790 (diff)
README: Remove srfi-19 import from example configuration.
* README.md (Example Configuration): Remove (srfi srfi-19).
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 5634ac3..1aa012e 100644
--- a/README.md
+++ b/README.md
@@ -23,8 +23,7 @@ Example Configuration
(use-modules (haunt site)
(haunt reader)
(haunt builder blog)
- (haunt builder atom)
- (srfi srfi-19))
+ (haunt builder atom))
(site #:title "Built with Guile"
#:domain "dthompson.us"