Skip to content

Commit

Permalink
docs: add ID3v2.2 to list of supported versions
Browse files Browse the repository at this point in the history
  • Loading branch information
eidoriantan committed Feb 15, 2024
1 parent 3f8a296 commit 1b5f918
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
![Maintenance](https://img.shields.io/maintenance/yes/2024)

**mp3tag.js** is an open sourced JavaScript library used to edit the metadata of
audio files. It currently supports ID3v1, ID3v2.3, and ID3v2.4 tags.
audio files. It currently supports ID3v1, ID3v2.2, ID3v2.3, and ID3v2.4 tags.

Visit [https://mp3tag.js.org](https://mp3tag.js.org) to learn more about the
library and view it in action through an [editor](https://mp3tag.js.org/editor).
Expand All @@ -17,7 +17,7 @@ The website is also open sourced and can be viewed at the
[gh-pages](https://github.com/eidoriantan/mp3tag.js/tree/gh-pages) branch.

### Features
* Read, write, and remove ID3 tags
* Read, write, and remove ID3 tags (Supports ID3v1, ID3v2.2, ID3v2.3, and ID3v2.4)
* Supports unsynchronisation
* Standards compliant. See [id3.org](http://id3.org)

Expand Down

0 comments on commit 1b5f918

Please sign in to comment.