Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
n10v committed Nov 23, 2021
1 parent 7d7885c commit 14f6705
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Supported ID3 versions: 2.3, 2.4
## Installation

```
go get -u github.com/bogem/id3v2
go get -u github.com/bogem/id3v2/v2
```

## Usage example
Expand All @@ -17,7 +17,7 @@ import (
"fmt"
"log"

"github.com/bogem/id3v2"
"github.com/bogem/id3v2/v2"
)

func main() {
Expand Down Expand Up @@ -67,7 +67,7 @@ for _, f := range pictures {

## Encodings

For example, if you want to set comment frame with custom encoding,
For example, if you want to set comment frame with custom encoding,
you may do the following:

```go
Expand Down

0 comments on commit 14f6705

Please sign in to comment.