Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
n10v committed Aug 25, 2018
1 parent fbae0c6 commit b22a460
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Expand Up @@ -14,15 +14,16 @@ id3v2 can:

id3v2 can't:

* ❌ do unsyncronization;
* ❌ work with extended header, flags, padding, footer.
* ❌ work with unsynchronization, extended header, flags, padding, footer.

If you want some functionality, that library can't do,
or you have some questions, just write an issue. **And of course, pull requests are welcome!**

## Installation

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

## Example of usage

Expand Down

0 comments on commit b22a460

Please sign in to comment.