Fixed error in example code
@ -166,7 +166,7 @@ var api = resemble(fileData).onComplete(function(data){
});</pre>
<p>Use resemble to compare two images.</p>
<pre>
resemble(file).compareTo(file2).onComplete(function(){
resemble(file).compareTo(file2).onComplete(function(data){
return data;
/*
{