diff --git a/README.md b/README.md index 335c02d..9947ba7 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,12 @@ MP4 tag library written in Go. ### Setup ``` -go get github.com/Sorrow446/go-mp4tag +go get github.com/zhaarey/go-mp4tag ``` ### Usage Examples ```go -import "github.com/Sorrow446/go-mp4tag" +import "github.com/zhaarey/go-mp4tag" ``` Opening is omitted from the examples. ```go