From 0c4e28c502eb989999b9ccef689a76a2d397a73f Mon Sep 17 00:00:00 2001 From: David Thompson Date: Mon, 13 Apr 2015 20:21:53 -0400 Subject: README: Remove srfi-19 import from example configuration. * README.md (Example Configuration): Remove (srfi srfi-19). --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'README.md') 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" -- cgit v1.2.3