Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
czyt authored Jan 5, 2024
1 parent ab372e4 commit 32c59a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ deepL windows Client download Url: https://appdownload.deepl.com/windows/0inst

Example:
```go
import "github.com/tiny-lib/deepl"
import "github.com/lib-x/deepl"
translateResp, err := Translate("", "zh", "I love Go programming language")
if err != nil {
t.Fatal(err)
}
log.Println(translateResp.Result.Texts[0].Text)
```
also you an set proxy to use the deepl lib.see in the test

0 comments on commit 32c59a5

Please sign in to comment.