From c102ce5348508f3dee9d788842b8fa7b2c1307fd Mon Sep 17 00:00:00 2001 From: Kyoung-chan Lee Date: Fri, 31 Jul 2015 14:11:31 +0900 Subject: [PATCH] Improve document. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 38f97bd..8f97447 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ func init() { ### [Beego](http://beego.me/) integration -Add these three lines before "beego.Run()" in your main() function. This code snippet injects gtf functions into beego's FuncMap. +Add these three lines before "beego.Run()" in your main() function. This code snippet will inject gtf functions into beego's FuncMap. ```Go for k, v := range gtf.GtfFuncMap {