From 0b84b88b2de0a23872aa0058f5a4fbe1a15afac3 Mon Sep 17 00:00:00 2001 From: David Hempy Date: Fri, 6 Feb 2015 09:40:37 -0500 Subject: [PATCH] Typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c7ddfb3..1b0ea85 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,7 @@ This would make the above template expand to: ### Helpers -The `helpers.awk` file is an awk script that can make custom data available to your templates. You also have access to the page and global data. Here is a peak at the script included in the examples folder: +The `helpers.awk` file is an awk script that can make custom data available to your templates. You also have access to the page and global data. Here is a peek at the script included in the examples folder: { helpers = "yes" }