From 91b9ab254c7fbaa1473e4a4184f523574f7892eb Mon Sep 17 00:00:00 2001 From: wapmorgan Date: Tue, 3 Dec 2019 03:36:51 +0300 Subject: [PATCH] Update readme --- README.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 139e2be..63fbefa 100644 --- a/README.md +++ b/README.md @@ -8,15 +8,15 @@ The fastest PHP library to get mp3 tags&meta. This class extracts information from mpeg/mp3 audio: -| Audio characteristics | Audio tags (id3v1 & id3v2 | -|-----------------------|----------------------------| -| Duration | song (TIT2) | -| Bit Rate | artist (TPE1) | -| Sample Rate | album (TALB) | -| Channels mode | year (TYER) | -| Frames count | comment (COMM) | -| Codec version | track (TRCK) | -| Layer version | genre (TCON) | +| Audio characteristics | Audio tags (id3v1 & id3v2) | +|-----------------------|-----------------------------| +| Duration | song (TIT2) | +| Bit Rate | artist (TPE1) | +| Sample Rate | album (TALB) | +| Channels mode | year (TYER) | +| Frames count | comment (COMM) | +| Codec version | track (TRCK) | +| Layer version | genre (TCON) | 1. Usage 2. Performance @@ -29,7 +29,6 @@ This class extracts information from mpeg/mp3 audio: # Usage After creating an instance of `Mp3Info` with passing filename as the first argument to the constructor, you can retrieve data from object properties (listed below). - ```php use wapmorgan\Mp3Info\Mp3Info; // To get basic audio information