changeset 25:0c5a7b4e6613

Fix config template
author theaspect@gmail.com
date Mon, 20 May 2013 23:41:14 +0800
parents af6d0c8414f2
children e292b17c3e95
files ReadMe.markdown
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/ReadMe.markdown	Mon May 20 22:02:59 2013 +0700
+++ b/ReadMe.markdown	Mon May 20 23:41:14 2013 +0800
@@ -20,10 +20,11 @@
 config:
 
 	[web]
-	templates = /example/hgext.markdown
+	# Must be absolute path
+	templates = /example/hgext.markdown/templates
 	style = markdown
-	markdown.changeid = tip     #optional; 'tip' is default value.
-	
+	#optional; 'tip' is default value.
+	markdown.changeid = tip
 	[extensions]
 	hgext.markdown=/example/hgext.markdown