From 6fb1812642e9e400458c7afddaa46abaf163a69c Mon Sep 17 00:00:00 2001 From: Tomas Date: Sat, 6 Jun 2020 17:56:17 +0200 Subject: [PATCH] refactor(docs): use github.com package import path --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1359eae..0e05a9e 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ If you're using `gopkg.in`, you can still rely in the `v0` without worrying abou ## Installation ```bash -go get -u gopkg.in/h2non/bimg.v1 +go get -u github.com/h2non/bimg ``` ### libvips @@ -113,7 +113,7 @@ BenchmarkWatermarWebp-8 30 49360369 ns/op import ( "fmt" "os" - "gopkg.in/h2non/bimg.v1" + "github.com/h2non/bimg" ) ```