diff --git a/test/lookup.js b/test/lookup.js index 021c254..0f63a36 100644 --- a/test/lookup.js +++ b/test/lookup.js @@ -1,12 +1,12 @@ "use strict"; require('should'); -var search = require("../lib/search"); +var lookup = require("../lib/lookup"); describe('Search with url', function(){ it('should find album by url', function(done){ - search("https://play.google.com/music/listen#/album/Bz6wrjczddcj5hurijsv6ohdoay").then(function(result) { + lookup("https://play.google.com/music/listen#/album/Bz6wrjczddcj5hurijsv6ohdoay").then(function(result) { result.name.should.equal("Phase 5"); done(); }); diff --git a/views/head.jsx b/views/head.jsx index 35b7f08..09ed744 100644 --- a/views/head.jsx +++ b/views/head.jsx @@ -16,13 +16,13 @@ module.exports = React.createClass({
Make sharing from music services better. - We match album and track links from Rdio, Spotify, Deezer, Beats Music, Google Music and iTunes and give you back a link with all of them. +
Match Audio makes sharing from music services better. + What happens when you share your favourite song on Spotify with a friend, but they don't use Spotify? +
We match album and track links from Youtube, Rdio, Spotify, Deezer, Google Music, Xbox Music, Beats Music, and iTunes and give you back one link with matches we find on all of them.