I see some confusion in the README. If I use: ``` Firecrawl.scrape( 'https://example.com', format: :html ) ``` The `format` is not sent to Firecrawl API I have to use: ``` Firecrawl.scrape( 'https://example.com', formats: :html ) ```
I see some confusion in the README. If I use:
The
formatis not sent to Firecrawl APII have to use: