Merge pull request #120 from chonthu/patch-1

Update README.md with correct version in example
This commit is contained in:
Tomás Aparicio 2016-11-08 23:13:25 +00:00 committed by GitHub
commit abf1f3b47e

View file

@ -114,7 +114,7 @@ BenchmarkWatermarWebp-8 30 49360369 ns/op
import (
"fmt"
"os"
"gopkg.in/h2non/bimg.v0"
"gopkg.in/h2non/bimg.v1"
)
```