feat: update readme

This commit is contained in:
crazywoola
2023-08-01 10:34:16 +08:00
parent 9488f0b1c8
commit 7648d0439a
+2 -2
View File
@@ -3,7 +3,7 @@ This is the Go SDK for the Dify API, which allows you to easily integrate Dify i
## Install
```bash
go get github.com/zhouyangtingwen/dify-sdk-go
go get github.com/langgenius/dify-sdk-go
```
## Usage
@@ -17,7 +17,7 @@ import (
"log"
"strings"
"github.com/zhouyangtingwen/dify-sdk-go"
"github.com/langgenius/dify-sdk-go"
)
func main() {