From 37f86b927e91d7c5e0cb5decee77e51e454275e3 Mon Sep 17 00:00:00 2001 From: Olga Nikolaeva Date: Sun, 21 Jan 2018 20:00:13 +0700 Subject: [PATCH] Update README.md update readme --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index bacbeeb..786b2f0 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,7 @@ So, acoustid.org has some available actions, that are represented in the package has embedded MusicBrainz tags, please send the MusicBrainz recording ID. Otherwise you can send the textual metadata. + Use `FingerPrintCollection` instance as argument. This class is just a wrapper under array of [`FingerPrint`](/doc/Fingerprint.md) objects. ```php //create collection of fingerprints $fingerPrintCollection = new FingerPrintCollection([ @@ -157,8 +158,6 @@ Collection response models: - [SubmissionCollection](doc/Collection/SubmissionCollection.md) - [TrackCollection](doc/Collection/TrackCollection.md) -- [`FingerPrint`](/doc/Fingerprint.md) - >**NB!** Response models has a lot of fields, but some of them can be empty. It's because of scope of meta parameters you send to the method. Different scope of meta values can return different results. All available meta values you can find in the class `Meta`. It's highly recommended to use constants from `Meta` class for creating meta array.