Skip to content

Commit 992fdf2

Browse files
committed
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
1 parent 24e04ba commit 992fdf2

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)