Update README.md

This commit is contained in:
Nithin Meppurathu 2016-11-08 15:04:13 -05:00 committed by GitHub
parent d8c63f8ffb
commit bc2ec3368b

View file

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