From 134bb603190533cc23e5cdaf900c7c00fe30975f Mon Sep 17 00:00:00 2001 From: KentHsu Date: Wed, 14 Aug 2024 12:08:17 +0800 Subject: [PATCH] docs: update README with new module name --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7e17c10..d5f7834 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ The Firecrawl Go SDK is a library that allows you to easily scrape and crawl web To install the Firecrawl Go SDK, you can ```bash -go get github.com/mendableai/firecrawl +go get github.com/mendableai/firecrawl-go ``` ## Usage @@ -23,7 +23,7 @@ import ( "fmt" "log" - "github.com/mendableai/firecrawl/firecrawl" + "github.com/mendableai/firecrawl-go" ) func main() {