From 4e757db0fc5994ecff150cdf27b1600654d6230b Mon Sep 17 00:00:00 2001 From: math-nao Date: Fri, 23 Mar 2018 19:27:15 +0100 Subject: [PATCH] Update comment for using LoadHTMLFilesRecursively method --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 03327110..4720c72a 100644 --- a/README.md +++ b/README.md @@ -837,7 +837,7 @@ func main() { router.LoadHTMLGlob("templates/*") //router.LoadHTMLFiles("templates/template1.html", "templates/template2.html") - // load recursively all .html in "public" folder + // load recursively all .html files in "public" folder //router.LoadHTMLFilesRecursively("public", []string{".html"}) router.GET("/index", func(c *gin.Context) {