From 0965c444bc4ddda504f09209f49359f241c4bdc6 Mon Sep 17 00:00:00 2001 From: Lewis Donovan <23400003+lewisdonovan@users.noreply.github.com> Date: Sun, 27 Oct 2024 20:27:20 +0100 Subject: [PATCH] feat: Release new version with limit prop in config. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ca90ba..c77eb30 100644 --- a/README.md +++ b/README.md @@ -150,7 +150,7 @@ Defaults to `true` #### limit The total number of articles that you would like to be returned. Please note that with higher numbers, the actual returned number may be lower. Typically the max is `99`, but it varies depending on many variables in Puppeteer (such as rate limiting, network conditions etc.). -Defaults to `99` +Defaults to `99` ## TypeScript 💙 Google News Scraper includes full [TypeScript](https://typescriptlang.org/) definitions.