We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32748ad commit e033835Copy full SHA for e033835
1 file changed
cli.js
@@ -31,7 +31,7 @@ Usage:\n\
31
text: 'text',
32
txt: 'text',
33
};
34
- const result = await Mercury.parse(urlToParse, null, {
+ const result = await Mercury.parse(urlToParse, {
35
contentType: contentTypeMap[contentType],
36
});
37
console.log(JSON.stringify(result, null, 2));
0 commit comments