From 1ff0b657be40b285b77d4e1cb89ea893e65933df Mon Sep 17 00:00:00 2001 From: inook Date: Sun, 26 Jun 2011 10:37:55 +0400 Subject: [PATCH] Update README --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index fa8c3440..3cee7893 100644 --- a/README.markdown +++ b/README.markdown @@ -102,7 +102,7 @@ instance: }); var context = { posts: [{url: "/hello-world", body: "Hello World!"}] }; - var source = '' + var source = '' var template = Handlebars.compile(source); template(context);