diff --git a/apps/js-sdk/firecrawl/src/index.ts b/apps/js-sdk/firecrawl/src/index.ts index 53acd46..56db07e 100644 --- a/apps/js-sdk/firecrawl/src/index.ts +++ b/apps/js-sdk/firecrawl/src/index.ts @@ -289,7 +289,7 @@ export default class FirecrawlApp { query: string, params?: any ): Promise { - throw new Error("Search is not supported in v1, please update FirecrawlApp() initialization to use v0."); + throw new Error("Search is not supported in v1, please downgrade Firecrawl to 0.0.36."); } /**