diff --git a/README.md b/README.md index e6cb4ee..15b92a4 100644 --- a/README.md +++ b/README.md @@ -26,4 +26,9 @@ bingImg.getRaw(). bingImg.getUrls(). then(res => console.log(res)). catch(err => console.log(err)); + +// download the images +bingImg.download(). + then(res => console.log(res)). + catch(err => console.log(err)); ```