Skip to content

Commit 1b5f918

Browse files
committed
docs: add ID3v2.2 to list of supported versions
1 parent 3f8a296 commit 1b5f918

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
![Maintenance](https://img.shields.io/maintenance/yes/2024)
77

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

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

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

0 commit comments

Comments
 (0)