From 7a282c03e5c14aa432951154d187c61bbe2223cb Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Sat, 28 May 2011 10:51:09 -0700 Subject: [PATCH] Fixed booched Markdown tag. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 41ffa3e..b23f758 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ Sections behave as you would expect: * `Boolean` values enable or disable the section. * Array, `Iterator`, or `Iterable` values repeatedly execute the section with each element used as the context for each iteration. Empty collections result in zero instances of the section being included in the template. - * An unresolvable or null value is treated as false (by default, see //Default Values// for more details). + * An unresolvable or null value is treated as false (by default, see _Default Values_ for more details). * Any other object results in a single execution of the section with that object as a context. See the code in