In the readme file it says: ``` inliner.inlineCSSAsync(html) .then(function(result) { console.log(result.inlined); }); ``` However, when I tested result is actually the inlined string already?