Update README.md

This commit is contained in:
ZHAAREY
2025-02-10 17:40:42 +08:00
committed by GitHub
parent 2486d83a20
commit 22578afc09

View File

@@ -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