From 992fdf20710c2ec96ce67d42c8fe94034aa1f86f Mon Sep 17 00:00:00 2001 From: Jody Clements Date: Tue, 6 Mar 2012 08:32:01 -0500 Subject: [PATCH] Update README to reflect vm -> runtime change Looks like one handlebars.vm.js was missed in the README file during the change to handlebars.runtime.js --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 3a39f1f7..7a230e49 100644 --- a/README.markdown +++ b/README.markdown @@ -239,7 +239,7 @@ method and the resulting object may be as normal. ### Optimizations - Rather than using the full _handlebars.js_ library, implementations that - do not need to compile templates at runtime may include _handlebars.vm.js_ + do not need to compile templates at runtime may include _handlebars.runtime.js_ whose min+gzip size is approximately 1k. - If a helper is known to exist in the target environment they may be defined using the `--known name` argument may be used to optimize accesses to these