From 705c93f06bc736e343f11110e4b406665a137b27 Mon Sep 17 00:00:00 2001 From: Konstantin Haase Date: Tue, 11 Jan 2011 10:33:40 +0100 Subject: [PATCH] Rename one of the two 'Inline Templates' sections to 'Embedded Templates'. --- README.rdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rdoc b/README.rdoc index a0aab5c5..1a307973 100644 --- a/README.rdoc +++ b/README.rdoc @@ -560,13 +560,13 @@ Now you can render CoffeeScript templates: Renders ./views/application.coffee. -=== Inline Templates +=== Embedded Templates get '/' do haml '%div.title Hello World' end -Renders the inlined template string. +Renders the embedded template string. === Accessing Variables in Templates