fix: go-sdk module name

This commit is contained in:
KentHsu
2024-08-13 09:52:41 +08:00
parent 09ca165d2e
commit fd060c7ef1
4 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -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-sdk/firecrawl
go get github.com/mendableai/firecrawl
```
## Usage
@@ -23,7 +23,7 @@ import (
"fmt"
"log"
"github.com/mendableai/firecrawl/go-sdk/firecrawl"
"github.com/mendableai/firecrawl/firecrawl"
)
func main() {