diff --git a/docs/en/guide/spider/integration.md b/docs/en/guide/spider/integration.md index 980467f9..2aa5b20c 100644 --- a/docs/en/guide/spider/integration.md +++ b/docs/en/guide/spider/integration.md @@ -50,7 +50,7 @@ Crawlab Docker image. 1. Make sure you have created a Go spider on Crawlab. 2. Add package import line to import method `SaveItem` to your spider code. ```go - import "github.com/crawlab-team/crawlab-sdk-go" + import "github.com/crawlab-team/crawlab-go-sdk" ``` 3. Call `SaveItem` method to save scraped item. ```go @@ -58,4 +58,4 @@ Crawlab Docker image. "title": "example", "url": "https://example.com", }) - ``` \ No newline at end of file + ```