Update 'README.md'

This commit is contained in:
Darko Luketic 2020-06-17 18:58:13 +02:00
parent bc92fb0afd
commit 04327409d9
1 changed files with 2 additions and 2 deletions

View File

@ -2,14 +2,14 @@
github.com/flosch/pongo2 master branch is used.
If you'd like to use pongo2.v3 see github.com/dalu/pongo2v3
If you'd like to use pongo2.v3 see git.icod.de/dalu/pongo2v3
```go
package main
import (
"github.com/gin-gonic/gin"
"github.com/dalu/ginpongo2"
"git.icod.de/dalu/ginpongo2"
"github.com/flosch/pongo2"
)