Skip to content

Commit

Permalink
Updated readme.md
Browse files Browse the repository at this point in the history
Change require html to require html-loader
  • Loading branch information
kontrollanten authored and jantimon committed Mar 20, 2018
1 parent e6e8464 commit df32593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/custom-template/readme.md
Original file line number Diff line number Diff line change
@@ -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') %>`
`<%= require('html-loader!./partial.html') %>`

0 comments on commit df32593

Please sign in to comment.