From 22578afc09bf2223825afd2e8a16ae9de0a76dd0 Mon Sep 17 00:00:00 2001 From: ZHAAREY <157944548+zhaarey@users.noreply.github.com> Date: Mon, 10 Feb 2025 17:40:42 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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