summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2013-11-24 13:59:54 -0700
committerDan Allen <dan.j.allen@gmail.com>2013-11-24 13:59:54 -0700
commit56218d3322fcde8404d328df33643a84096e570d (patch)
tree551cf45bc9cecf325d86009bf4db8fec819fe925
parent4b3b4ae90b20165a20ee9c6cd8787da8e802e26d (diff)
fix typo
-rw-r--r--README.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.adoc b/README.adoc
index f7dcc54a..1ec90f64 100644
--- a/README.adoc
+++ b/README.adoc
@@ -286,7 +286,7 @@ It will fallback to its default templates for everything else.
:template_dir => 'templates'
The Document and Section templates should begin with +document.+ and +section.+, respectively.
-The file extension is used by Tilt to determine which view framework it will use to use to render the template.
+The file extension is used by Tilt to determine which view framework it will use to render the template.
For instance, if you want to write the template in ERB, you'd name these two templates +document.html.erb+ and +section.html.erb+.
To use Haml, you'd name them +document.html.haml+ and +section.html.haml+.