From: Elias Fleckenstein Date: Sat, 5 Mar 2022 09:12:19 +0000 (+0100) Subject: Update doc X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=c1e9335a52f7155c8272d8f1563c1ef03e348e5e;p=google_images.git Update doc --- diff --git a/README.md b/README.md index 3335000..7fca40f 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Exports `search` function that takes query string as first argument and optional ### Example ```js -const {search} = require("google_images"); +const {search} = require("free-google-images"); search("astolfo+images").then(results => results.forEach(r => console.log(r.image.url))) ```