README: Remove srfi-19 import from example configuration.
* README.md (Example Configuration): Remove (srfi srfi-19).
This commit is contained in:
parent
fdb70223a7
commit
0c4e28c502
|
@ -23,8 +23,7 @@ Example Configuration
|
||||||
(use-modules (haunt site)
|
(use-modules (haunt site)
|
||||||
(haunt reader)
|
(haunt reader)
|
||||||
(haunt builder blog)
|
(haunt builder blog)
|
||||||
(haunt builder atom)
|
(haunt builder atom))
|
||||||
(srfi srfi-19))
|
|
||||||
|
|
||||||
(site #:title "Built with Guile"
|
(site #:title "Built with Guile"
|
||||||
#:domain "dthompson.us"
|
#:domain "dthompson.us"
|
||||||
|
|
Loading…
Reference in New Issue