Skip to content

Commit

Permalink
Correct a mistake in the sample code on README
Browse files Browse the repository at this point in the history
  • Loading branch information
kjirou authored and andy128k committed Oct 15, 2022
1 parent c3c5efb commit d9102e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const configuration = {
};

try {
await favicons(source, configuration);
const response = await favicons(source, configuration);

console.log(response.images); // Array of { name: string, contents: <buffer> }
console.log(response.files); // Array of { name: string, contents: <string> }
Expand Down

0 comments on commit d9102e9

Please sign in to comment.