Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
update readme
  • Loading branch information
mrfeathers authored Jan 21, 2018
1 parent 099be9f commit 37f86b9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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([
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 37f86b9

Please sign in to comment.