diff options
author | David Thompson <dthompson2@worcester.edu> | 2015-04-13 20:21:53 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2015-04-13 20:21:53 -0400 |
commit | 0c4e28c502eb989999b9ccef689a76a2d397a73f (patch) | |
tree | fe2a4b9537e0773c72aec16ccb9bf8ae4a5ba5ea | |
parent | fdb70223a709e4a523f8503142b05e94029b7790 (diff) |
README: Remove srfi-19 import from example configuration.
* README.md (Example Configuration): Remove (srfi srfi-19).
-rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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" |