Skip to content

Commit

Permalink
fix(doc): Firecrawl package issue (#5284)
Browse files Browse the repository at this point in the history
- replace the incorrectly spelled npm package with the correct one.
npm install @mendableai/firecrawl-js (incorrect)
npm install @mendable/firecrawl-js (correct)
  • Loading branch information
gkhngyk committed May 6, 2024
1 parent a1ed4fe commit 9204f12
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import CodeBlock from "@theme/CodeBlock";
import Example from "@examples/document_loaders/firecrawl.ts";

```bash npm2yarn
npm install @mendableai/firecrawl-js
npm install @mendable/firecrawl-js
```

<CodeBlock language="typescript">{Example}</CodeBlock>
Expand Down

0 comments on commit 9204f12

Please sign in to comment.