Skip to content

Commit 98b3327

Browse files
committed
Merge pull request handlebars-lang#202 from neomorphic/master
vm -> runtime change in README
2 parents 24e04ba + 992fdf2 commit 98b3327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ method and the resulting object may be as normal.
239239
### Optimizations
240240

241241
- Rather than using the full _handlebars.js_ library, implementations that
242-
do not need to compile templates at runtime may include _handlebars.vm.js_
242+
do not need to compile templates at runtime may include _handlebars.runtime.js_
243243
whose min+gzip size is approximately 1k.
244244
- If a helper is known to exist in the target environment they may be defined
245245
using the `--known name` argument may be used to optimize accesses to these

0 commit comments

Comments
 (0)