diff --git a/README.rdoc b/README.rdoc index c5f1301b..785eb89a 100644 --- a/README.rdoc +++ b/README.rdoc @@ -164,8 +164,9 @@ directory. To use a different views directory: One important thing to remember is that you always have to reference templates with symbols, even if they're in a subdirectory (in this -case use :'subdir/template'). Rendering methods will render -any strings passed to them directly. +case use :'subdir/template'). You must use a symbol because +otherwise rendering methods will render any strings passed to them +directly. === Haml Templates