Browse Source

Merge pull request #637 from tatsuyafw/remove-obsolete-func

Remove an obsolete func in README
Javier Provecho Fernandez 9 years ago
parent
commit
c9954730ea
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -466,7 +466,7 @@ func main() {
 
 ####HTML rendering
 
-Using LoadHTMLTemplates()
+Using LoadHTMLGlob() or LoadHTMLFiles()
 
 ```go
 func main() {