Skip to content

Commit

Permalink
fix: parse signature in cli (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
adampash authored Feb 8, 2019
1 parent 32748ad commit e033835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Usage:\n\
text: 'text',
txt: 'text',
};
const result = await Mercury.parse(urlToParse, null, {
const result = await Mercury.parse(urlToParse, {
contentType: contentTypeMap[contentType],
});
console.log(JSON.stringify(result, null, 2));
Expand Down

0 comments on commit e033835

Please sign in to comment.