Skip to content

Commit

Permalink
docs: update README with new module name
Browse files Browse the repository at this point in the history
  • Loading branch information
KentHsu committed Aug 14, 2024
1 parent 366e8d8 commit 134bb60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -23,7 +23,7 @@ import (
"fmt"
"log"

"github.com/mendableai/firecrawl/firecrawl"
"github.com/mendableai/firecrawl-go"
)

func main() {
Expand Down

0 comments on commit 134bb60

Please sign in to comment.