Skip to content

Commit

Permalink
Improve document.
Browse files Browse the repository at this point in the history
  • Loading branch information
leekchan committed Jul 31, 2015
1 parent dc3362e commit c102ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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 {
Expand Down

0 comments on commit c102ce5

Please sign in to comment.