diff --git a/examples/custom-template/readme.md b/examples/custom-template/readme.md index 5c00e6f0..cff7f28a 100644 --- a/examples/custom-template/readme.md +++ b/examples/custom-template/readme.md @@ -1,4 +1,4 @@ # custom template This example uses a custom underscore template which inlines an partial using the html-loader: -`<%= require('html!./partial.html') %>` \ No newline at end of file +`<%= require('html-loader!./partial.html') %>`