README: Remove srfi-19 import from example configuration.
* README.md (Example Configuration): Remove (srfi srfi-19).
This commit is contained in:
		@@ -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"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user