README: Remove srfi-19 import from example configuration.

* README.md (Example Configuration): Remove (srfi srfi-19).
This commit is contained in:
David Thompson 2015-04-13 20:21:53 -04:00
parent fdb70223a7
commit 0c4e28c502
1 changed files with 1 additions and 2 deletions

View File

@ -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"