diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2013-11-24 13:59:54 -0700 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2013-11-24 13:59:54 -0700 |
| commit | 56218d3322fcde8404d328df33643a84096e570d (patch) | |
| tree | 551cf45bc9cecf325d86009bf4db8fec819fe925 /README.adoc | |
| parent | 4b3b4ae90b20165a20ee9c6cd8787da8e802e26d (diff) | |
fix typo
Diffstat (limited to 'README.adoc')
| -rw-r--r-- | README.adoc | 2 |
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+. |
