From 01273cf00d5fbb7eac9ef609c256e2b57f924fec Mon Sep 17 00:00:00 2001 From: Alan Johnson Date: Sun, 26 Sep 2010 17:53:26 -0400 Subject: [PATCH] More README tweaks. --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 4d9d50c4..513992da 100644 --- a/README.markdown +++ b/README.markdown @@ -106,7 +106,7 @@ A node.js compatible command-line tool is included in the lib folder. compiler.j Performance ----------- -In a rough performance test, precompiled Handlebars.js templates rendered in about half the time of Mustache templates. It would be a shame if it were any other way, since they were precompiled, but the difference in architecture does have some big performance advantages. Justin Marney confirmed that with an [independent test](http://sorescode.com/2010/09/12/benchmarks.html). +In a rough performance test, precompiled Handlebars.js templates rendered in about half the time of Mustache templates. It would be a shame if it were any other way, since they were precompiled, but the difference in architecture does have some big performance advantages. Justin Marney, a.k.a. [gotascii](http://github.com/gotascii) confirmed that with an [independent test](http://sorescode.com/2010/09/12/benchmarks.html). Known Issues ------------