Skip to content

Commit

Permalink
Merge pull request #10 from dellagustin/master
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
aadsm committed Mar 14, 2016
2 parents 75aee73 + 4315bce commit fdc3f61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ jsmediatags.read("filename.mp3", {
var tags = tag.tags;
alert(tags.artist + " - " + tags.title + ", " + tags.album);
}
);
});
```

### Specific tags
Expand Down

0 comments on commit fdc3f61

Please sign in to comment.