README.md in handlebars_assets-0.6.4 vs README.md in handlebars_assets-0.6.5

- old
+ new

@@ -93,11 +93,11 @@ If you begin the name of the template with an underscore, it will be recognized as a partial. You can invoke partials inside a template using the Handlebars partial syntax: Invoke a {{> partial }} -**Important!** Handlebars does not understand nested partials. To support them, partials are named based on their path using `_` instead `/` (skid => slash). So given: +**Important!** Handlebars does not understand nested partials. To support them, partials are named based on their path using `_` instead of `/` (skid => slash). So given: templates/ _form.hbs contacts/ _form.hbs @@ -138,9 +138,10 @@ * Dan Evans (@danevans) : Rails 2 support * Ben Woosley (@empact) : Update to handlebars.js 1.0.0.beta.6 * (@cw-moshe) : Remove 'templates/' from names * Spike Brehm (@spikebrehm) : Config.template\_namespace option * Ken Mayer (@kmayer) : Quick fix for template\_namespace option +* Brad Murray (@wyaeld) : Generic options support # Contributing Pull requests are welcome! Please do not update the version number.