From 713f16fdc15ad4b67fbcb384baf9208debfc0f00 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Sun, 19 May 2024 00:41:12 -0700 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 37d7507d..2aaeeeb0 100644 --- a/README.md +++ b/README.md @@ -296,7 +296,6 @@ npm install @mendable/firecrawl-js 1. Get an API key from [firecrawl.dev](https://firecrawl.dev) 2. Set the API key as an environment variable named `FIRECRAWL_API_KEY` or pass it as a parameter to the `FirecrawlApp` class. - ### Scraping a URL To scrape a single URL with error handling, use the `scrapeUrl` method. It takes the URL as a parameter and returns the scraped data as a dictionary.