diff --git a/README.md b/README.md index dd4c018..90fc5b3 100644 --- a/README.md +++ b/README.md @@ -68,8 +68,8 @@ func main() { Genre: "Christian Gangsta Rap", // list of genres see "id3v1genres.go" } - // write given tags to file - err = WriteID3v11ToFile(f, tags) + // write tags to file + err = tags.WriteToFile(f) if err != nil { panic(err) } @@ -88,4 +88,8 @@ go test -v ``` to get a verbose output ---- \ No newline at end of file +--- + +# License + +[MIT LICENSE](https://github.com/Unbewohnte/id3ed/blob/main/LICENSE) \ No newline at end of file