diff --git a/readme.md b/readme.md index bab26eae..834e0501 100644 --- a/readme.md +++ b/readme.md @@ -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: } console.log(response.files); // Array of { name: string, contents: }