From 354e61188a714563263c025460bbe77aee311c5d Mon Sep 17 00:00:00 2001 From: Patrick Steele-Idem Date: Wed, 30 Apr 2014 10:53:54 -0600 Subject: [PATCH] Minor update to docs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 68bfe20af..d941e7c22 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Raptor Templates is an extensible, streaming, asynchronous, [high performance](h - [Comments](#comments) - [Helpers](#helpers) - [Custom Tags and Attributes](#custom-tags-and-attributes) - - [Layouts Taglib](#layouts-taglib) + - [Layout Taglib](#layout-taglib) - [Custom Taglibs](#custom-taglibs) - [Tag Renderer](#tag-renderer) - [raptor-taglib.json](#raptor-taglibjson) @@ -945,7 +945,7 @@ The output of the above template might be the following: For information on how to use and create taglibs, please see the [Custom Taglibs](#custom-taglibs) section below. -## Layouts Taglib +## Layout Taglib Raptor Templates provides a `layout` taglib to support separating out layout from content. The usage of of the `layout` taglib is shown in the sample code below: