Skip to content

Commit

Permalink
Merge branch 'master' of github.com:tdewolff/minify
Browse files Browse the repository at this point in the history
  • Loading branch information
tdewolff committed Jul 16, 2019
2 parents d2d0a4b + 7998afb commit 303fb6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ func compileTemplates(filenames ...string) (*template.Template, error) {
Example usage:

``` go
templates := template.MustCompile(compileTemplates("view.html", "home.html"))
templates := template.Must(compileTemplates("view.html", "home.html"))
```

## License
Expand Down

0 comments on commit 303fb6e

Please sign in to comment.