README.md in handlebars_assets-0.15 vs README.md in handlebars_assets-0.16

- old
+ new

@@ -134,9 +134,11 @@ 1. Compile the Handlebars template to JavaScript code 1. Add the template code to the `HandlebarsTemplates` global under the name `contacts/new` You can then invoke the resulting template in your application's JavaScript +NOTE: There will be no javascript object `HandlebarsTemplates` unless at least ONE template is included. + ```javascript HandlebarsTemplates['contacts/new'](context); ``` ## Partials